REBOL 3 Docs Guide Concepts Functions Datatypes Errors
  TOC < Back Next >   Updated: 3-Aug-2010 Edit History  

REBOL 3 Functions: decode-url

decode-url  url

none

Arguments:

url

Description

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