deletePathExtension()
Returns a URL constructed by removing any path extension.
Declaration
mutating func deletePathExtension()Discussion
If the URL has an empty path (e.g., http://www.example.com), then this function will do nothing.
Returns a URL constructed by removing any path extension.
mutating func deletePathExtension()If the URL has an empty path (e.g., http://www.example.com), then this function will do nothing.