string requiredThe percent-encoded text to decode. Plus signs are turned into spaces and %XX sequences into their bytes; text with neither is returned unchanged. The input is not trimmed, so leading or trailing spaces are preserved.
{urldecode:Praha%201}
{urldecode:Praha+1}
{urldecode:q%3D1%26r%3D2}
{urldecode:novinky%2F2026}
{urldecode:1%2B1%3D2}
{urldecode:100%25 hotovo}
{urldecode:plain text passthrough}
{urldecode:{urlencode:Praha 1}}