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