urldecode

URL-decode a String according to RFC 1738.


Syntax


Parameters

  • String subject - The String to be URL-decoded.


Result

  • String - The decoded String.

Returns subject with percentage signs (%) followed by hexadecimal character codes replaced with their corresponding literal characters.