Returns a new string with some or all matches of a pattern replaced by a replacement.
String.
The string to be replaced.
The string to replace.
Character string after replacement.
{{replace 'The quick brown fox jumps over the lazy dog. If the dog reacted, was it really lazy?' 'dog' 'monkey'}} Copy
{{replace 'The quick brown fox jumps over the lazy dog. If the dog reacted, was it really lazy?' 'dog' 'monkey'}}
Returns a new string with some or all matches of a pattern replaced by a replacement.