Return to Snippet

Revision: 16236
at July 29, 2009 14:16 by njhamann


Initial Code
Found this at http://borkware.com/quickies/one?topic=NSString (useful link):

NSString *string = @"oop:ack:bork:greeble:ponies";
NSArray *chunks = [string componentsSeparatedByString: @":"];

Hope this helps!

Adam

Initial URL


Initial Description


Initial Title
Break nsstring into array

Initial Tags
c, iphone

Initial Language
Objective C