Gets all matches from a string against a pre-compiled regular expression pattern.
Use GetSubString() and loop from 0 -> totalmatches - 1.
native int MatchAll(const char[] str, RegexError& ret = REGEX_ERROR_NONE)