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

formIntersectionWithCharacterSet:

Modifies the receiver so it contains only characters that exist in both the receiver and another set. レシーバを修正します、それでそれはレシーバおよび別の集合の両方の中に存在する文字だけを含みます。

Declaration 宣言

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

Parameters パラメータ

otherSet

The character set with which to perform the intersection. この文字集合との交叉を実行することになります。

See Also 参照

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