Re: ReplaceAll String
Re: ReplaceAll String
- Subject: Re: ReplaceAll String
- From: Ondra Cada <email@hidden>
- Date: Tue, 23 Jul 2002 22:49:15 +0200
On Tuesday, July 23, 2002, at 10:19 , John Anderson wrote:
I don't think you can really do anything to change an NSString
In some cases (when applicable inside the app's logic), you -- de facto --
can:
string=[[string componentsSeparatedByString:find] componentsJoinedByString:
replace];
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.