You are here

constant EasyRdf_ParsedUri::URI_REGEX in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/ParsedUri.php \EasyRdf_ParsedUri::URI_REGEX

File

vendor/easyrdf/easyrdf/lib/EasyRdf/ParsedUri.php, line 58

Class

EasyRdf_ParsedUri
A RFC3986 compliant URI parser

Code

const URI_REGEX = "|^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?|";