- formUnionWithCharacterSet:
Modifies the receiver so it contains all characters that exist in either the receiver or another set.
レシーバを修正します、それでそれはレシーバまたは別の集合のどちらかの中に存在する全ての文字を含みます。
Availability 有効性
Technology
- (void)formIntersectionWithCharacterSet:(NSCharacterSet
*)otherSet;
otherSet
The character set with which to perform the intersection. この文字集合との交叉を実行することになります。
- formUnionWithCharacterSet: