Documentation
Dlang.org
splitFragment
jsonschema
uri
Split a URI into its fragment-free part and the fragment ("" when none).
@
safe
pure nothrow
void
splitFragment
(
string
uri
,
out
string
base
,
out
string
fragment
)
jsonschema
uri
functions
parseUri
percentDecode
removeDotSegments
resolveUri
splitFragment
structs
Uri
Split a URI into its fragment-free part and the fragment ("" when none).