Skip to content
Recupera os matches quando a correspondência de uma string contra uma Expressão Regular
JavaScript
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
.gitignore
README.md
bower.json
gulpfile.js
match.js
package.json
script.txt

README.md

$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));
});
Something went wrong with that request. Please try again.