|
"ReplaceAll"
"ReplaceAll" is a front end token that replaces all occurrences of the search string with the replacement text, starting with the current selection and continuing to the end of the file.
This token is equivalent to the menu command Find Replace All.
To execute a front end token, you typically evaluate a command of the form FrontEndExecute[FrontEndToken[token]].
|