replace
-
command
-
The replace command will replace occurrences of one text string or pattern with another string within a container.
-
Examples: +
replace oldWord considering case \
with correctSpelling in introductionreplace the last "s" in word 3 of sentence with "ed"replace with "," the first 7 occurrences of ";" in treatisereplace every occurrence of <digit> in exampleTemplate with "9" -
Related: delete