Matches a string against a pre-compiled regular expression pattern.
int Match(const char[] str, RegexError& ret, int offset)
The string to check.
Error code, if applicable.
Offset in the string to start searching from. MatchOffset returns the offset of the match.
Number of captures found or -1 on failure.
Use the regex handle passed to this function to extract matches with GetSubString().
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.