HTTP/URLDecode - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : HTTP/URLDecode

HTTP

  

URLDecode

  

Decode a URL encoded string

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

URLDecode (s)

Parameters

s

-

string

Description

• 

URLDecode changes each %XX encoding in s back into a single character. Each plus (+) is changed into a space.

Examples

HTTP:-URLDecodeHello+World%21

Hello World!

(1)

Compatibility

• 

The HTTP[URLDecode] command was introduced in Maple 15.

• 

For more information on Maple 15 changes, see Updates in Maple 15.

See Also

HTTP

HTTP,URLEncode

HTTP,URLParse

StringTools,Decode