TextReplacement class

TextReplacement class

Represents a textual replacement information.

Learn more

The TextReplacement type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of TextReplacement.

Methods

Method Description
to_string Provides text replacement description and its position.

Properties

Property Description
index The index of the matched text within the source string.
original_text The original matched string.
replacement The string that replaces the original text.

See Also