Remove characters in NSCharacterSet from NSString

Viewed 9193

I have an NSCharacterSet which contains all the characters I want to remove from my NSString.

How can I do that?

3 Answers
Related