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 uriref
URI reference to check (absolute or relative)
Return value
BOOLEAN
True if the URI reference is valid according to RFC 3986