the web service I'm connecting to returns NSString with escaped characters in it e.g. @ Painful will be returned as %40+Painful
Is there a way to replace %40 with it's original @ which I need to do before displaying in the app
Note: am working on iOS7