I am sorting An Array of Strings using a comparator block. The comparison logic of two strings should leave aside case,punctuation marks like apostrophes ,commas and full stops and also white space characters.
UPDATE:
Strip Non-Alphanumeric Characters from an NSString
Just saw this SO post, used this to do a case-Insensitive comparison of strings after removing non alphanumeric characters.