parseUrl() Function
Syntax |
| |
---|---|---|
Semantics | Parses an URL given in a String variable into the following data structure:
Apart from these defaults: not given elements will be | |
Substitutables |
| A String containing a valid URL.
|
| An object of type URL. | |
Error Codes | Find the related error codes on System Errors. | |
| URL parsing error. | |
Examples | Assume the following input URL string aUrlString: https://acme-corp.com/products
NONE
This produces the following output:
CODE
|
Related Pages: