I am using the following code to replace a portion of the string, this works for normal characters (alphabetical characters) but when it comes to symbols like "•" it can't replace the character.
Any solution?
[myString stringByReplacingOccurrencesOfString:@"•" withString:@"<BULLET_POINT>"];