FROM : Andy Lee
DATE : Sun Jan 27 19:33:16 2008
On Jan 27, 2008, at 12:57 PM, Jushin wrote:
> I used "stringByReplacingOccurrencesOfString" in my program but I
> found it only supports Leopard.
> What is the alternative way of this function both for Tiger and
> Leopard?
You can convert to a mutable string and use
replaceOccurrencesOfString:withString:options:range:.
--Andy
DATE : Sun Jan 27 19:33:16 2008
On Jan 27, 2008, at 12:57 PM, Jushin wrote:
> I used "stringByReplacingOccurrencesOfString" in my program but I
> found it only supports Leopard.
> What is the alternative way of this function both for Tiger and
> Leopard?
You can convert to a mutable string and use
replaceOccurrencesOfString:withString:options:range:.
--Andy
| Related mails | Author | Date |
|---|---|---|
| Jushin | Jan 27, 18:57 | |
| Mike Abdullah | Jan 27, 19:30 | |
| Andy Lee | Jan 27, 19:33 | |
| Keary Suska | Jan 28, 02:25 |






Cocoa mail archive

