Instance Property インスタンスプロパティ

removingPercentEncoding

Returns a new string made from the receiver by replacing all percent encoded sequences with the matching UTF-8 characters. 全てのパーセント符号化の並びを、合致するUTF-8文字と置き換えることによって、レシーバから作られる新しい文字列を返します。

Declaration 宣言

var removingPercentEncoding: String? { get }

Return Value 戻り値

A new string with the percent-encoded sequences removed, or nil if the receiver contains an invalid percent-encoding sequence. パーセント符号化の並びを取り除くことでの新しい文字列、またはnil、もしレシーバが不正なパーセント符号化の並びを含むならば。

See Also 参照

Working with URL Strings URL文字列を扱う

Related Documentation 関連文書