isSuperset(of:)
Returns a Boolean value that indicates whether the receiver is a superset of another given character set.
Declaration
func isSuperset(of theOtherSet: CharacterSet) -> BoolParameters
- theOtherSet:
A character set.
Return Value
true if the receiver is a superset of theOtherSet, otherwise false.