Hi (and thanks in advance for any assistance on this!)
I am new to iPhone SDK, but not to programming.
I have searched the iPhone SDK reference docs and Google, etc.

and I can’t find the string functions or any examples to do the following:
I would like to insert a character at a specified spot in a string (i.e. 2 characters from the end of the string):
Ex) if you started with the following text “mystring” I would like to insert an underscore character“
_” two characters from the end of the string. So that “
mystring” would be changed to “
mystri_ng”
Also, if anyone has a link to a quick reference of string manipulation functions and examples it would be greatly appreciated!
String Length
String Left (string, count)
String Right (string, count)
String Concatenation
Etc.
Thanks!