HTTP
URLDecode
Decode a URL encoded string
Calling Sequence
Parameters
Description
Examples
Compatibility
URLDecode (s)
s
-
string
URLDecode changes each %XX encoding in s back into a single character. Each plus (+) is changed into a space.
HTTP:-URLDecode⁡Hello+World%21
Hello World!
The HTTP[URLDecode] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
See Also
HTTP,URLEncode
HTTP,URLParse
StringTools,Decode
Download Help Document