+
Point of view
All features
expanded class NETWORK_RESOURCE_VALIDITY
Summary
Because URI checking for a network resource is quite complex
Direct parents
Insert list: ANY
Known children
Insert list: NETWORK_RESOURCE_LOCATOR, TCP_PROTOCOL
Overview
Features
{}
{}
is_relative_uri (a_uri: STRING): BOOLEAN
effective function
{}
is_absolute_uri (a_uri: STRING): BOOLEAN
effective function
{}
True if a_uri contains a correctly formatted network URI (i.e. everything except the protocol scheme)
require
  • not a_uri.is_empty
once function
{}