There was an error while loading. Please reload this page.
Source File on GitHub
As you can see, this is a simple function written in JavaScript. Its original use was to return keys that match a given regex.
This is the entirety of the function:
function keyMatch(value, arg){ if (value.values[0].data.match(arg)) { return [value.key] } else { return [] } }
Home
Map/Reduce Functions
Pre and Post Commit Hooks
Other Functions