Replace
(Built-in Mathematica Symbol) Replace[expr, rules] applies a rule or list of rules in an attempt to transform the entire expression expr. Replace[expr, rules, levelspec] applies rules to parts of expr ...
FrontEndExecute[expr] sends expr to be executed by the Mathematica front end.
OpenRead["file"] opens a file to read data from, and returns an InputStream object.
UnderscriptBox[x, y] is the low-level box representation for UnderscriptBox[x, y] in notebook expressions.
Mathematica's unified symbolic architecture allows arbitrary extensibility in the output and input of notation.
AutoScroll is an option to SelectionMove and related functions that specifies whether a notebook should automatically be scrolled to display the current selection.
ClearSystemCache[] clears internal system caches of stored results.
FrontEndTokenExecute["cmd"] executes the specified front end command token, typically corresponding to a front end menu item.
NullRecords is an option for Read and related functions which specifies whether null records should be taken to exist between repeated record separators.
SelectionAnimate[notebook] animates graphics in the current selection in a notebook. SelectionAnimate[notebook, t] animates graphics for t seconds.