Re: NSMutableString Replace All
Re: NSMutableString Replace All
- Subject: Re: NSMutableString Replace All
- From: Ondra Cada <email@hidden>
- Date: Mon, 10 Jun 2002 22:45:55 +0200
On Monday, June 10, 2002, at 10:27 , Matt Ronge wrote:
Is there a NSMutableString method that will replace all the specified
characters with another specified character? Like a replace all?
I've made my own, but I wanted to make sure I am doing things the easiest
way.
Just replace chars in range which starts at 0 with string's length.
---
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.