Click or drag to resize

IDocument Replace Method

Overload List
Name Description
Public method Replace(Regex, TextSelection)
Replaces all entries of matchString regular expression with TextRangesHolder.
Public method Replace(Regex, String)
Replaces all occurrences of a character pattern specified by a regular expression with newValue string.
Public method Replace(String, TextSelection, Boolean, Boolean)
Replaces all entries of matchString string with TextSelection, 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.
Top
See Also