I'm looking for a way to replace a character at a certain index of a NSString.
For example: myString = @"******";
I want to replace the 3rd " * " with an "A", so that the string looks like this: myString = @"**A***";
How can I achieve this?
Thanks in advance
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…