Version: $Revision$
Date: $Date$
Declared in: Foundation/NSCharacterSet.h
Inherits from: NSObject
Conforms to: NSCoding
Returns a character set containing characters as encoded in the data object.
Returns a character set containing characters that represent the decimal digits 0 through 9.
Returns a character set containing individual charactars that can be represented also by a composed character sequence.
Returns a character set containing unassigned (illegal) character values.
Returns a character set that contains the lowercase characters. This set does not include caseless characters, only those that have corresponding characters in uppercase and/or titlecase.
Returns a character set that contains the uppercase characters. This set does not include caseless characters, only those that have corresponding characters in lowercase and/or titlecase.
Returns a character set that contains the whitespace characters, plus the newline characters, values 0x000A and 0x000D.
Returns a character set that contains the whitespace characters.
Returns a bitmap representation of the receiver's character set suitable for archiving or writing to a file, in an NSData object.
Returns YES if the receiver contains aCharacter, NO if it does not.
Returns a character set containing only characters that the receiver does not contain.