REBOL Document

Url? - Function Summary


Summary:

Returns TRUE for url values.

Usage:

url? value

Arguments:

value - The value argument. (must be: any-type)

Description:

Returns FALSE for all other values.


    print url? http://www.REBOL.com
    true


    print url? "test"
    false

Related:

type? - Returns a value's datatype.


<Back | Index | Next>

Copyright 2004 REBOL Technologies