Rebol Programming/url?

USAGE:

edit
URL? value 

DESCRIPTION:

edit

Returns TRUE for url values.

URL? is an action value.

ARGUMENTS

edit
  • value -- (Type: any-type)

SOURCE CODE

edit
url?: native["Returns TRUE for url values." value [any-type!] 44]