Re: Extracting lines from a buffer
Re: Extracting lines from a buffer
- Subject: Re: Extracting lines from a buffer
- From: m <email@hidden>
- Date: Wed, 28 Jul 2004 19:35:44 -0700
On Jul 28, 2004, at 7:12 PM, Bruce Truax wrote:
What is the easiest way to extract lines of text from a buffer.
If your text is in an NSString object, you could use NSString's
componentsSeparatedByString: method.
_murat
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.