[]
Represents the details about a found text.
public class ReplacingArgs
Public Class ReplacingArgs
Name | Description |
---|---|
EndIndex | Gets the zero-based end position of the match from the start of the last Text object that contains the ending of the match. If match doesnt ends with Text object, it will be -1. |
FoundText | Gets the matched text. |
MatchRange | Gets the match range. |
RegexDetails | Gets the match details. |
Replacement | Gets or sets the replacement string. |
StartIndex | Gets a zero-based starting position of the match from the start of the first Text object that contains the beginning of the match. If match doesnt start from Text object, it will be -1. |