String
extension String: UrlConvertible
                - 
                  
                  
Returns
selfby converting into a url. All characters are encoded to be allowed in host as well as path strings. If conversion is not possible for some reason,nilis returned.Declaration
Swift
public var url: URL? { get } 
            View on GitHub
          
      String Extension Reference