Description
The replace command is used to replace specified text from the input with other text.
Parameters: none
Command diagram

Logic
| By: | yes [?] |
| If: | yes [?] |
| On: | yes [?] |
Example commands
replace every "bar" with "bar"replace everything with "bar"replace everything from pos 0 to pos 2 with "bar"replace char 1 with "bar"
