Skip to content Skip to footer navigation
πŸ† Vote for your favorite CMS at the CMS Critic Awards! Voting ends Feb 28th.

URL Decode Modifier

URL-decodes a string. The inverse of urlencode

string: I+just+want+%26+need+%24pecial+characters%21
{{ string | urldecode }}
{!! Statamic::modify($string)->urldecode() !!}
I just want & need $pecial characters!