splitFragment

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
)