{{stringreplace}}
Parses an input string value, and replaces a specified part of the contents with a replacement value.
{{stringreplace "<input string value>" "<lookup character>" "<replacement character>"}}
Example
Section titled “Example”This replaces the o's in Hello Word with an !: {{StringReplace "Hello World" "o" "!"}}
This results in:
This replaces the o's in Hello Word with an !: Hell! W!rld