SyntaxFix
Write A Post
Hire A Developer
Questions
NSString objects are immutable (they can't be changed), but there is a mutable subclass, NSMutableString, that gives you several methods for replacing characters within a string. It's probably your best bet.
NSString
NSMutableString