Documentation
Dlang.org
parseUri
jsonschema
uri
Parse a URI reference into components (regex from RFC 3986 appendix B, implemented directly).
@
safe
pure nothrow
Uri
parseUri
(
string
s
)
jsonschema
uri
functions
parseUri
percentDecode
removeDotSegments
resolveUri
splitFragment
structs
Uri
Parse a URI reference into components (regex from RFC 3986 appendix B, implemented directly).