parseURL

Attempts to parse an URL from a string.

  1. U parseURL(U source)
  2. auto parseURL(U source)
    parseURL
    (
    U
    )
    (
    in U source
    )
    if (
    isSomeString!U
    )
  3. ushort parseURL(U source)

Parameters

U

URL string type.

source U

The string containing the URL.

Return Value

Type: auto

Requested URL component(s).

Meta