tryParseURL

Parse a URL from a string.

This attempts to parse a wide range of URLs as people might actually type them. Some mistakes may be made. However, any URL in a correct format will be parsed correctly.

pure @safe
bool
tryParseURL
(
string value
,
out URL url
)

Meta