Hoping somebody can help me out - I would like to replace a certain character in a string and am wondering what is the best way to do this?
I know the location of th
Here is the code:
[aString stringByReplacingCharactersInRange:NSMakeRange(3,1) withString:@"B"];