UriHandlerIF.gstUriIsValid

Tests if the given string is a valid URI identifier. URIs start with a valid scheme followed by ":" and maybe a string identifying the location.

interface UriHandlerIF
static
int
gstUriIsValid
(
string uri
)

Parameters

uri string

A URI string

Return Value

Type: int

TRUE if the string is a valid URI

Meta