Skip to content

{{stringreplace}}

Parses an input string and replaces a specified part of the contents with a replacement value.

{{stringreplace "<input string value>" "<lookup character>" "<replacement character>"}}
This replaces the o's in Hello World with an !: {{stringreplace "Hello World" "o" "!"}}

This results in:

This replaces the o's in Hello World with an !: Hell! W!rld