escape
Escapes a string by replacing characters with escape sequences (e.g. the escaped string can be used in a URL)
Input
-
{{ '1 > 2 > 3' | escape }}
Output
-
1 > 2 > 3
Escapes a string by replacing characters with escape sequences (e.g. the escaped string can be used in a URL)
{{ '1 > 2 > 3' | escape }}
1 > 2 > 3