urlencode
Make a text safe for URLs.
Translates all url unsafe characters in the value to their percent encoding.
For example:
When value is “msg=Hello&World” then the output is “msg%3DHello%26World”.
Edit on GitHub
unescape
Character escaping
escape_link
URLs and links
urldecode
Referred by
Filters
Filters transform template variables before they are rendered.