check if string matches regex
match('foo', /foo/); Copy
match('foo', /foo/);
notMatch('foo', /bar/); Copy
notMatch('foo', /bar/);
check if string matches regex