HTTP[URLParse] - URL 分析し、構成要素に分ける
|
説明
|
|
•
|
URLParse は、scheme://user:password@host:port/urlpath?query#anchor という形の文字列を、テンプレートでキーを指定した表に変換します。
|
|
|
互換性
|
|
•
|
HTTP[URLParse] コマンドは Maple 15 より導入されています。
|
|
|
例
|
|
>
|
HTTP:-URLParse("scheme://user:password@host:port/urlpath?query#anchor");
|
| (5.1) |
>
|
HTTP:-URLParse("http://www.maplesoft.com/");
|
| (5.2) |
|
|
Download Help Document
Was this information helpful?