I have a string with value “€100,000,000”. I want to remove the ‘€’ and ‘,’ at the same time. I am try to use [NSCharacterSet symbolSet] but this method only removes the ‘€’ without removing the ‘,’.
I have a string with value €100,000,000. I want to remove the ‘€’ and
Share
You can try: