The properties of the Match class are listed below. For a complete list of Match class members, see the Match Members topic.
Captures (inherited from Group) | Returns a collection of all the captures matched by the capturing group, in innermost-leftmost-first order (or innermost-rightmost-first order if compiled with the "r" option). The collection may have zero or more items. |
Empty | Returns an empty Match object. |
Index (inherited from Capture) | Returns the starting position in the original string where the captured substring was found. |
Length (inherited from Capture) | Returns the length of the captured substring. |
Success (inherited from Group) | Indicates whether the match is successful. |