string requiredThe text to URL-encode. Any characters that are not safe in a URL are percent-encoded; spaces become plus signs. If it contains a colon, escape the colon as #: so it is not treated as a parameter separator.
{urlencode:hello world}
{urlencode:Praha & Brno}
{urlencode:a/b?c=d&e=f}
{urlencode:file-name_v2.txt}
{urlencode:http#://www.example.org/p?q=a b}
{urlencode:hello world}=={rawurlencode:hello world}