StructureDocumentTag Replace Method |
Name | Description | |
---|---|---|
![]() |
Replace(Regex, TextSelection) |
Replaces all entries of matchString regular expression with TextRangesHolder.
(Overrides
BodyRegion
Replace(Regex, TextSelection)
.)
|
![]() |
Replace(Regex, String) |
Replaces all entries of matchString regular expression with newValue string.
(Overrides
BodyRegion
Replace(Regex, String)
.)
|
![]() |
Replace(Regex, TextSelection, Boolean) |
Replaces all entries of matchString regular expression with TextRangesHolder.
(Overrides
BodyRegion
Replace(Regex, TextSelection, Boolean)
.)
|
![]() |
Replace(String, TextSelection, Boolean, Boolean) |
Replaces all entries of matchString string with TextRangesHolder, taking into
consideration caseSensitive and wholeWord options.
|
![]() |
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)
.)
|
![]() |
Replace(String, TextSelection, Boolean, Boolean, Boolean) |
Replaces all entries of matchString string with TextRangesHolder, taking into
consideration caseSensitive and wholeWord options.
|