HTTP/URLEncode - 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/URLEncode

HTTP

  

URLEncode

  

URL Encode a string

 

Calling Sequence

Parameters

Description

Examples

References

Compatibility

Calling Sequence

URLEncode (s)

Parameters

s

-

string

Description

• 

URLEncode changes each non-alphanumeric character in the string s into a percent (%) followed by a two-digit hexadecimal representation of the character. Spaces are converted into plus (+).

Examples

HTTP:-URLEncodeHello World!

Hello+World%21

(1)

References

  

RFC 3986: Uniform Resource Identifier (URI), W3C.

Compatibility

• 

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

• 

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

See Also

HTTP

HTTP,URLDecode

HTTP,URLParse

StringTools,Encode