Capture Properties
Represents the part of string matched by the group expression (the string matched by a subexpression of group expression).Name | Description |
---|---|
Length | The length of the captured substring. |
Position | Gets the starting position of the matching string in the document. |
Value | Gets the captured substring from the input string |
See Also