The properties of the Group class are listed below. For a complete list of Group class members, see the Group Members topic.
Captures | 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. |
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 | Indicates whether the match is successful. |