url_decode
Decodes a string that has been encoded as a URL or by url_encode
.
Input
{{ "%27Stop%21%27+said+Fred" | url_decode }}
Output
'Stop!' said Fred
Decodes a string that has been encoded as a URL or by url_encode
.
Input
{{ "%27Stop%21%27+said+Fred" | url_decode }}
Output
'Stop!' said Fred