Matches a string against a compiled pattern. If the string is to be matched against more than one pattern, consider using Pattern.match instead while supplying the reversed string.
a GPatternSpec
the UTF-8 encoded string to match
TRUE if string matches pspec
Matches a string against a compiled pattern. If the string is to be matched against more than one pattern, consider using Pattern.match instead while supplying the reversed string.