Group Members
Represents the results from a single capturing group.Properties
| Name | Description |
|---|---|
| Captures | Gets a collection of all the captures matched by the capturing group, in innermost-leftmost-first order. The collection may have zero or more items. |
| Length | The length of the captured substring. Inherited from Capture. |
| Position | Gets the starting position of the matching string in the document. Inherited from Capture. |
| Value | Gets the captured substring from the input string Inherited from Capture. |
Methods
| Name | Description |
|---|---|
| GetRange() | Obtains a range in the document containing the matching string. Inherited from Capture. |
See Also