Summary
Represents the result of a regular expression match using
Generex<T>.
Generic type parameters
| T |
Type of the objects in the collection. |
Instance properties
| int | | Gets the index in the original collection at which the match occurred. |
| int | | Gets the length of the match. |
| T[] | | Returns a slice of the original collection which the regular expression matched. |
| T[] | | Gets the entire original sequence against which the regular expression was matched. |