Description
Returns a copy of the string with all occurrences of a substring replaced.
Examples
set fixed to myVar replaced "bad" with "good"Every distinct way you can write this pattern, with optional groups and choice groups expanded. Placeholders are shown as <name>.
<s> replaced <old> with <new>Related (Text)