Skip to main content

url_decode

string | url_decode
returns string

Decodes any percent-encoded characters in a string.

{{ 'test%40test.com' | url_decode }}

Output

test@test.com
Was this page helpful?