Returns a new string made from the receiver by replacing all percent encoded sequences with the matching UTF-8 characters.
全てのパーセント符号化の並びを、合致するUTF-8文字と置き換えることによって、レシーバから作られる新しい文字列を返します。
A new string with the percent-encoded sequences removed, or nil if the receiver contains an invalid percent-encoding sequence.
パーセント符号化の並びを取り除くことでの新しい文字列、またはnil、もしレシーバが不正なパーセント符号化の並びを含むならば。
Returns a new string made from the receiver by replacing all characters not in the specified set with percent-encoded characters.
指定された集合の中にない全ての文字をパーセントエンコーディングされた文字で置き換えることによってレシーバから作られる新しい文字列を返します。
Returns a new string made by replacing in the receiver all percent escapes with the matching characters as determined by a given encoding.
レシーバにおいて全てのパーセントエスケープを、与えられた符号化によって判定されるときに、マッチする文字で置き換えることによって作られる新しい文字列を返します。
Returns a representation of the receiver using a given encoding to determine the percent escapes necessary to convert the receiver into a legal URL string.
レシーバのある表現を返します、レシーバを合法なURL文字列へ変換するのに必要なパーセントエスケープを決定するのに与えられた符号化を使います。