Matches a string against a pattern given as a string. If this function is to be called in a loop, it's more efficient to compile the pattern once with Pattern.specNew and call Pattern.matchString repeatedly.
the UTF-8 encoded pattern
the UTF-8 encoded string to match
TRUE if string matches pspec
Matches a string against a pattern given as a string. If this function is to be called in a loop, it's more efficient to compile the pattern once with Pattern.specNew and call Pattern.matchString repeatedly.