Closed mrDarcyMurphy closed 9 years ago
is.match will run the subject against the provided regex standard.
is.match
var rx = /foo/ is.rx(rx) // true is.match('foo', rx) // true
is.match
will run the subject against the provided regex standard.