search.replace
| Syntax |
search.replace ()
|
| Params |
None required
|
| Action |
Replaces the current text selection with the current replacement string, search.params.replaceWith.
|
| Returns |
True
|
| Examples |
search.replace () » true
|
| Errors |
If the current target window is not in edit mode, an error results.
|
| See Also |
search.globalReplace
|