Re: Cocoa-dev Digest, Vol 3, Issue 151
Re: Cocoa-dev Digest, Vol 3, Issue 151
- Subject: Re: Cocoa-dev Digest, Vol 3, Issue 151
- From: Koen van der Drift <email@hidden>
- Date: Tue, 31 Jan 2006 21:35:07 -0500
On Jan 31, 2006, at 8:07 PM, email@hidden wrote:
If your strings are separated by a single space you could use the
following code:
NSArray * result = [yourString componentsSeparatedByString:@" "];
Then you could use NSScanner to skip the period in every object of
result.
Yep, componentsSeparatedByString was one of the things I tried, but I
also need to get rid of the preceding text and the two brackets, so
it's a bit more complicated.
- Koen.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden