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

characterIsMember:

Returns a Boolean value that indicates whether a given character is in the receiver. 与えられた文字がレシーバの中にあるかどうかを指し示すブール値を返します。

Declaration 宣言

- (BOOL)characterIsMember:(unichar)aCharacter;

Parameters パラメータ

aCharacter

The character to test for membership of the receiver. レシーバのメンバーシップに対してテストする文字。

Return Value 戻り値

YES if aCharacter is in the receiving character set, otherwise NO. YES、もしaCharacterが受け取っている文字集合の中にあるならば、そうでなければNO

See Also 参照

Testing Set Membership 集合メンバーシップをテストする