I am working on an iOS application. I am receiving json from a webservice and parse it into different NSStrings. The problem is sometimes the strings include special characters that have not been decoded.
For example I could get: Test One"Two
as the NSString.
How do I remove special characters like this one from an NSString?