Click or drag to resize

StructureDocumentTag Replace Method

Overload List
Name Description
Public method Replace(Regex, TextSelection)
Replaces all entries of matchString regular expression with TextRangesHolder.
(Overrides BodyRegion Replace(Regex, TextSelection) .)
Public method Replace(Regex, String)
Replaces all entries of matchString regular expression with newValue string.
(Overrides BodyRegion Replace(Regex, String) .)
Public method Replace(Regex, TextSelection, Boolean)
Replaces all entries of matchString regular expression with TextRangesHolder.
(Overrides BodyRegion Replace(Regex, TextSelection, Boolean) .)
Public method Replace(String, TextSelection, Boolean, Boolean)
Replaces all entries of matchString string with TextRangesHolder, taking into consideration caseSensitive and wholeWord options.
Public method Replace(String, String, Boolean, Boolean)
Replaces all entries of matchString string with newValue string, taking into consideration caseSensitive and wholeWord options.
(Overrides BodyRegion Replace(String, String, Boolean, Boolean) .)
Public method Replace(String, TextSelection, Boolean, Boolean, Boolean)
Replaces all entries of matchString string with TextRangesHolder, taking into consideration caseSensitive and wholeWord options.
Top
See Also