func addCharacters (in: NSRange)
Adds to the receiver the characters whose Unicode values are in a given range.
それのユニコード値がある与えられた範囲の中にある文字を、レシーバに加えます。
func removeCharacters (in: NSRange)
Removes from the receiver the characters whose Unicode values are in a given range.
それのユニコード値がある与えられた範囲の中にある文字を、レシーバから取り除きます。
func addCharacters (in: String)
Adds to the receiver the characters in a given string.
ある与えられた文字列の中の文字を、レシーバに加えます。