Declared in NSString+GBString.m

Tasks

Other Methods

Other Methods

Instance Methods

arrayOfWords

Returns the array contaiing all words of the receiver.

- (NSArray *)arrayOfWords

Declared In

NSString+GBString.m

lastCharacter

Returns the last character of the string.

- (unichar)lastCharacter

Return Value

Returs the last character of the string.

Exceptions

NSRangeException
Thrown if the string is empty.

Declared In

NSString+GBString.m