Contents

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.

See Also

Testing Set Membership