Click or drag to resize

IParagraph Replace Method

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