Summary
Represents the result of a regular expression match using
Stringerex.
Instance properties
int | | Gets the index in the original collection at which the match occurred. |
int | | Gets the length of the match. |
string | | Returns the part of the original string which the regular expression matched. |
string | | Gets the entire original string against which the regular expression was matched. |