ReplacingArgs Properties |
The ReplacingArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | GroupIndex |
Identifies, by index, a captured group in the Match
that is to be replaced with the Replacement string.
|
![]() ![]() | GroupName |
Identifies, by name, a captured group in the Match
that is to be replaced with the Replacement string.
|
![]() ![]() | Match |
The Match resulting from a single regular
expression match during a Replace.
|
![]() ![]() | MatchNode |
Gets the node that contains the beginning of the match.
|
![]() ![]() | MatchOffset |
Gets the zero-based starting position of the match from the start of
the node that contains the beginning of the match.
|
![]() ![]() | Replacement |
Gets or sets the replacement string.
|