Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: RT.Generexes.GenerexMatch<T>

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

intGets the index in the original collection at which the match occurred.
intGets 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.