| IDocument Replace Method | 
 Overload List
Overload List
 
| Name | Description | |
|---|---|---|
|   | Replace(Regex, TextSelection) | 
 Replaces all entries of matchString regular expression with TextRangesHolder.
 | 
|   | Replace(Regex, String) | 
 Replaces all occurrences of a character pattern specified 
by a 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, String, Boolean, Boolean) | 
 Replaces all entries of matchString string with newValue string, taking into
consideration caseSensitive and wholeWord options.
 | 
 See Also
See Also