uri_is_valid
function uri_is_valid(uri:String):Boolean { // Gjs wrapper for gst_uri_is_valid() }
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.
- uri
A URI string
- Returns
TRUE if the string is a valid URI