Click or drag to resize

IDocument ReplaceInLine Method

Overload List
Name Description
Public method ReplaceInLine(Regex, TextSelection)
Replaces the matchString pattern with matchSelection in single-line mode.
Public method ReplaceInLine(Regex, String)
Replaces all entries with specified pattern with newValue text in single-line mode.
Public method ReplaceInLine(String, TextSelection, Boolean, Boolean)
Replaces the matchString text with matchSelection in single-line mode.
Public method ReplaceInLine(String, String, Boolean, Boolean)
Replaces all entries of matchString text with newValue text in single-line mode.
Top
See Also