Re: cocoa string tokenizer
Re: cocoa string tokenizer
- Subject: Re: cocoa string tokenizer
- From: "Finlay Dobbie" <email@hidden>
- Date: Wed, 4 Oct 2006 23:04:12 +0100
On 04/10/06, Ryan Glover <email@hidden> wrote:
Hello,
Does objective-c/cocoa have an equivalent to the java stringtokenizer function?
StringTokenizer is not recommended in Java, FWIW. You can accomplish
something similar using -[NSString componentsSeparatedByString:]. You
might also be interested in NSScanner.
-- Finlay
_______________________________________________
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