show/hide this revision's text 2 tags, title & body formatting

Regular expressions in Cocoa / an Objective-C .Cocoa application

Initial googling Googling indicates that there's no built-in way to do regular expressions in a Cocoa / an Objective-C Cocoa application.

So four questions:(1)

  1. Is that really true?(2)

  2. Are you kidding me?(3)

  3. Ok, then is there a nice open-source library you recommend?(4)

  4. What are ways to get close enough without importing a library, perhaps with the NSScanner class?

show/hide this revision's text 1

Regular expressions in Cocoa / Objective-C.

Initial googling indicates that there's no built-in way to do regular expressions in a Cocoa / Objective-C application. So four questions: (1) Is that really true? (2) Are you kidding me? (3) Ok, then is there a nice open-source library you recommend? (4) What are ways to get close enough without importing a library, perhaps with the NSScanner class?