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