url_decode
Decodes a URL into ASCII characters
[%url_decode%]http%3A%2F%2Fwww.neto.com.au%2Fassets%2Ftheme%2Fcss%2Fstyle.css[%/url_decode%]
Usage
The url_decode tag will decode the content within the tag to convert the encoded characters back to ASCII.
The sample above would output the following:
http://www.neto.com.au/assets/theme/css/style.css
For a list of encoded characters, check out the ASCII Encoding Reference. Use the From UTF-8 column for the coded character.
This function with also decode HTML encoded characters like &
.