func characterIsMember (unichar) -> Bool
Returns a Boolean value that indicates whether a given character is in the receiver.
与えられた文字がレシーバの中にあるかどうかを指し示すブール値を返します。
func hasMemberInPlane (UInt8) -> Bool
Returns a Boolean value that indicates whether the receiver has at least one member in a given character plane.
レシーバが少なくとも1つのメンバをある与えられた文字面に持つかどうかを指し示すブール値を返します。
func isSuperset (of: CharacterSet) -> Bool
Returns a Boolean value that indicates whether the receiver is a superset of another given character set.
レシーバが別の与えられた文字集合のスーパーセットであるかどうかを指し示すブール値を返します。