I have an NSString that will be something like \"xxxx (yyyyy)\" where x and y can be any character. I\'d like to extract just the y from inside the parenthesis. I managed to ext
you might have a look at PKTokenizer in ParseKit:
http://parsekit.com