IsValidRFC3986UriReference (open)
Check if a URI reference is valid according to RFC 3986 (the JSON-schema specification uses this for validation)
Syntax
LOADLIB "wh::internet/urls.whlib";
BOOLEAN FUNCTION IsValidRFC3986UriReference(STRING uriref)Parameters
STRING urirefURI reference to check (absolute or relative)
Return value
BOOLEANTrue if the URI reference is valid according to RFC 3986