Hi,
I have a string that ends with a " (quotation mark) that I want to get rid of. However, because XCode usually requires you to enter the text you wish to remove using stringByReplacingOccurrencesOfString in @"texttoremove" format, you can't use the quotation marks in the space as it thinks you are closing the text.
Update: Now I can't get rid of "\n\t\t that's at the end of each string. Any ideas?
Any ideas on how I can do it?
Thanks.