Example#
{{ phone | replace(" ", "") }}replace takes two quoted string arguments: the text to find, then the replacement.
Modifiers
The replace modifier replaces one text value with another.
{{ phone | replace(" ", "") }}replace takes two quoted string arguments: the text to find, then the replacement.