characterIsMember(_:)
Returns a Boolean value that indicates whether a given character is in the receiver.
Declaration
func characterIsMember(_ aCharacter: unichar) -> BoolParameters
- aCharacter:
The character to test for membership of the receiver.
Return Value
true if aCharacter is in the receiving character set, otherwise false.