NSMutableString Exemplars
NSMutableString Exemplars
- Subject: NSMutableString Exemplars
- From: Saul Iversen <email@hidden>
- Date: Wed, 3 Dec 2003 00:39:54 -0500
Anyone have some good examples of how to manipulate NSMutableStrings?
I'm looking for things like substring searching, parsing, and the like.
Call me stupid but I can't seem to find anything in the Developer
documentation that I am able to assimilate and make use of in a
reasonable amount of time. If there is an obvious article beyond the
link shown below please share it. Even if you could just type up a
really simple example right here in a short period of time, that would
be great. Show me how to create str2 out of the first X bytes of str1
and the follow up by compressing str1 after removing those leading X
bytes. If this question doesn't belong in this forum please forgive me.
http://developer.apple.com/documentation/Cocoa/Conceptual/Strings/
index.html#//apple_ref/doc/uid/10000035i
Ok that's hopefully my last noob question for the day... :)
Thanks again,
Saul
_______________________________________________
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.