$match
Recupera os matches quando a correspondência de uma string contra uma Expressão Regular a funcao curry
this.Ninja(['$match'], function ($match) {
console.log($match('ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz', /[A-E]/gi));
});| Failed to load latest commit information. | |||
|
|
.gitignore | ||
|
|
README.md | ||
|
|
bower.json | ||
|
|
gulpfile.js | ||
|
|
match.js | ||
|
|
package.json | ||
|
|
script.txt | ||
Recupera os matches quando a correspondência de uma string contra uma Expressão Regular a funcao curry
this.Ninja(['$match'], function ($match) {
console.log($match('ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz', /[A-E]/gi));
});