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