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?) 
                                                /Advanced Commands_9.png) 
                                            
- 
                                                    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
                                                /Studio_21.png) quote =
quote = I think, therefore I am.
                                                /Advanced Commands_10.png) 
                                            
Result: /Studio_21.png) quote =
quote = I breathe, therefore I am.