Document Replace Method |
Name | Description | |
---|---|---|
![]() |
Replace(Regex, TextSelection) |
Replaces all entries of matchString regular expression with TextRangesHolder.
|
![]() |
Replace(Regex, String) |
Replaces all entries of matchString regular expression with newValue string.
|
![]() |
Replace(String, TextSelection, Boolean, Boolean) |
Replaces all entries of matchString string with TextSelection, taking into
consideration caseSensitive and wholeWord options.
|
![]() |
Replace(String, IDocument, Boolean, Boolean) |
Replaces the specified matchString.
|
![]() |
Replace(String, String, Boolean, Boolean) |
Replaces all entries of matchString string with newValue string, taking into
consideration caseSensitive and wholeWord options.
|