int(0..1) match(string subject, void|int startoffset)
returns true (1) if a match is found, false otherwise
example: > Regexp.PCRE.Plain("is fun")->match("pike is fun"); Result: 1 > Regexp.PCRE.Plain("is fun")->match("pike isn't fun"); Result: 0