lang
EN

rawurldecode

Returns a string where a sequence of percent signs (%) followed by two hexadecimal digits is replaced with literal characters.
Example: «Hello%20world%21» → «Hello world!».

Produces results similar to the PHP function rawurldecode().