Replace
-
Replace a specific text string within a variable; or
-
Replace text matching a regular expression within a variable. (To learn more, see What is a regular expression?)
-
Enter the name of the variable in which you want to replace text
-
Enter the specific text you want to replace (free text and/or values copied from different variables); or
Enter the regular expression that represents the text you want to replace
-
Enter the replacement text (free text and/or values copied from different variables); and
Choose which instance(s) of the matching text you want to replace
Example
quote = I think, therefore I am.
Result: quote = I breathe, therefore I am.