URL
extension URL
-
Parses and constructs URLs according to RFC 3986.
Declaration
Swift
public static func from(string: String, relativeTo url: URL? = nil, encodingInvalidCharacters: Bool = false) -> URL?Parameters
stringA URL location.
relativeToA URL that provides a base location that the string extends.