Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 181 Bytes

.verb.md

File metadata and controls

10 lines (8 loc) · 181 Bytes

Usage

var regex = require('{%= name %}')();

regex.match('match words.');
//=> ['match', 'words']
regex.match('match words, again.');
//=> ['match', 'words', 'again']