Replace a substring with another substring

Viewed 28985

I want to replace the string "abc" to "def" each time it appears in my NSString object: "axcd abc amamam dff abc kdj abc"

How do I do that??

Thanks,

Sagiftw

2 Answers
Related