Instance Method インスタンスメソッド

deletePathExtension()

Returns a URL constructed by removing any path extension. 何らかのパス拡張子を取り除くことによって構築されるURLを返します。

Declaration 宣言

mutating func deletePathExtension()

Discussion 議論

If the URL has an empty path (e.g., http://www.example.com), then this function will do nothing. URLが空のパスを持つならば(たとえば、http://www.example.com)、その時この関数は何もしません。

See Also 参照

Removing a Path Extension パス拡張子を取り除く