url_decode

Decodes a string that has been encoded as a URL.

Input

{{ "%27Stop%21%27+said+Fred" | url_decode }}

Output

'Stop!' said Fred
PDF HTML Epub Powered by Read The Docs