js-restructure
Advanced tools
Comparing version
@@ -5,3 +5,4 @@ module.exports = function matcher(obj) { | ||
var re = new RegExp(props.reduce(function(p, c) { | ||
return p + (c.startsWith("_") ? obj[c] : "("+obj[c]}+")"; | ||
return p + (c.startsWith("_") ? obj[c] : ("("+obj[c] + ")"); | ||
})); | ||
@@ -8,0 +9,0 @@ props = props.filter(function(x) { return !x.startsWith("_"); }); |
{ | ||
"name": "js-restructure", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "This package provides a nifty way to match against regular expressions\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001bconstruct and match against regular expressions.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# js-restructure | ||
JavaScript clone of https://github.com/alexflint/go-restructure | ||
## Installation | ||
npm install js-restructure | ||
## Match regular expressions into object fields | ||
@@ -5,0 +9,0 @@ |
2227
2.67%5
25%28
16.67%