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