This documentation is archived and is not being maintained.
This documentation is archived and is not being maintained.
Capture Properties
The Capture type exposes the following members.
|
| Name | Description |
|---|
|
Index
|
The position in the original string where the first character of the captured substring was found.
|
|
Length
|
The length of the captured substring.
|
|
Value
|
Gets the captured substring from the input string.
|
Top