Modifier: urldecode
URL-decodes a string. The inverse of urlencode
YAML
string: I+just+want+%26+need+%24pecial+characters%21
Template
{{ string | urldecode }}
Output
I just want & need $pecial characters!
Additional Reading
Learn how to use and chain modifiers in the Antlers template guide.