unwrap

@safe
string
unwrap
(
string url
)

Examples

assert (unwrap("<URL:type://host/path>") == "type://host/path");

Meta