urldecode(string)
Decode a string that has been encoded using the RFC3896 standard where unsafe characters have been replaced with their %XX hexadecimal equivalent.
Example
str = urldecode("Why+is+the+sky+blue%3F")
Decode a string that has been encoded using the RFC3896 standard where unsafe characters have been replaced with their %XX hexadecimal equivalent.
Example
str = urldecode("Why+is+the+sky+blue%3F")