The members of Java.Util.Regex.IMatchResult are listed below.
End()Returns the index of the first character following the text that matched the whole regular expression. | ||
End(int)Returns the index of the first character following the text that matched a given group. | ||
Group()Returns the text that matched the whole regular expression. | ||
Group(int)Returns the text that matched a given group of the regular expression. | ||
GroupCount()Returns the number of groups in the results, which is always equal to the number of groups in the original regular expression. | ||
Start()Returns the index of the first character of the text that matched the whole regular expression. | ||
Start(int)Returns the index of the first character of the text that matched a given group. |