func characterIsMember (unichar) -> Bool
Returns a Boolean value that indicates whether a given character is in the receiver.
与えられた文字がレシーバの中にあるかどうかを指し示すブール値を返します。
func isSuperset (of: CharacterSet) -> Bool
Returns a Boolean value that indicates whether the receiver is a superset of another given character set.
レシーバが別の与えられた文字集合のスーパーセットであるかどうかを指し示すブール値を返します。
func longCharacterIsMember (UTF32Char) -> Bool
Returns a Boolean value that indicates whether a given long character is a member of the receiver.
与えられたロング文字がレシーバのメンバであるかどうかを指し示すブール値を返します。