[Previous] [Up] [Next]

NSMutableCharacterSet

Authors

Richard Frith-Macdonald

Version: 0.1

Date: 28 February, 2000

NSMutableCharacterSet

NSMutableCharacterSet

Declared in: Foundation/NSCharacterSet.h

Inherits from: NSCharacterSet

Conforms to: NSCoding



addCharactersInRange:

- (void) addCharactersInRange: (NSRange)aRange

addCharactersInString:

- (void) addCharactersInString: (NSString*)aString

formIntersectionWithCharacterSet:

- (void) formIntersectionWithCharacterSet: (NSCharacterSet*)otherSet

formUnionWithCharacterSet:

- (void) formUnionWithCharacterSet: (NSCharacterSet*)otherSet

invert

- (void) invert

removeCharactersInRange:

- (void) removeCharactersInRange: (NSRange)aRange

removeCharactersInString:

- (void) removeCharactersInString: (NSString*)aString