HTTP
URLParse
Parse a URL into its components
Calling Sequence
Parameters
Description
Examples
Compatibility
URLParse(s)
s
-
string
URLParse converts a URL string of the form scheme://user:password@host:port/urlpath?query#anchor into a table with keys named according to that template.
HTTP:-URLParse⁡scheme://user:password@host:port/urlpath?query#anchor
table⁡user=user,host=host,password=password,urlpath=/urlpath,anchor=anchor,port=port,scheme=scheme,query=?query
HTTP:-URLParse⁡http://www.maplesoft.com/
table⁡host=www.maplesoft.com,urlpath=/,scheme=http
The HTTP[URLParse] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
See Also
HTTP/URLDecode
HTTP/URLEncode
Download Help Document
What kind of issue would you like to report? (Optional)