0.2.0 • Published 9 years ago
check-for-match v0.2.0
check-for-match

An 'String.match(regExp)' solution
Installation
$ npm install --save check-for-match
Usage
var checkForMatch = require('check-for-match');
checkForMatch('Rainbow');
License
Apache-2.0 © Glenn Vandeuren