Matches a string against a pre-compiled regular expression pattern.
Use the regex handle passed to this function to extract matches with GetRegexSubString().
native int MatchRegex(Handle regex, const char[] str, RegexError& ret = REGEX_ERROR_NONE, int offset = 0)