uri_is_valid
Description:
public bool uri_is_valid (
string uri)
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.
Parameters:
Returns:
| TRUE if the string is a valid URI |