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

characterIsMember(_:)

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

Declaration 宣言

func characterIsMember(_ aCharacter: unichar) -> Bool

Parameters パラメータ

aCharacter

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

Return Value 戻り値

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

See Also 参照

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