I'm looking for a quick and easy way to strip non-alphanumeric characters from an NSString. Probably something using an NSCharacterSet, but I'm tired and nothing seems to return a string containing only the alphanumeric characters in a string.
|
|
What I wound up doing was creating an NSCharacterSet and the
|
|||
|
|
|
|
This will help you out but read it when you're not tired!! |
||||
|
