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