Gets all matches from a string against a pre-compiled regular expression pattern.
int MatchAll(const char[] str, RegexError& ret)
The string to check.
Error code, if applicable.
Number of matches found or -1 on failure.
Use GetSubString() and loop from 0 -> totalmatches - 1.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.