IsAbsoluteURL (open)
Is this URL absolute ?
Syntax
LOADLIB "wh::internet/urls.whlib";
BOOLEAN FUNCTION IsAbsoluteURL(STRING url)
Parameters
STRING url
URL to check
Return value
BOOLEAN
True if the specified URL is absolute
Is this URL absolute ?
LOADLIB "wh::internet/urls.whlib";
BOOLEAN FUNCTION IsAbsoluteURL(STRING url)
STRING url
URL to check
BOOLEAN
True if the specified URL is absolute