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

formUnionWithCharacterSet:

Modifies the receiver so it contains all characters that exist in either the receiver or another set. レシーバを修正します、それでそれはレシーバまたは別の集合のどちらかの中に存在する全ての文字を含みます。

Declaration 宣言

- (void)formUnionWithCharacterSet:(NSCharacterSet *)otherSet;

See Also 参照

Combining Character Sets 文字集合を結合する