Contents

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) -> Bool

Parameters

  • theOtherSet:

    A character set.

Return Value

true if the receiver is a superset of theOtherSet, otherwise false.

See Also

Testing Set Membership