REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 3-Aug-2010 Edit History |
none
Arguments:
url
This is a handy function that saves you the effort of writing your own URL parser.
probe decode-url http://user:pass@www.rebol.com/file.txt
[scheme: 'http pass: "pass" user: "user" host: "www.rebol.com" path: "/file.txt"]
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |