Archive for September, 2007

Where’s NSRegularExpression?

Saturday, September 15th, 2007

I wrote CocoaICU about a year ago when I made the following observations: ICU has great regular expression support ICU is installed on Mac OS X Foundation lacks support for regexes. CocoaICU is simply a light layer of Objective-C code that encapsulates ICU. It’s remarkable that Cocoa still lacks regular expression support. I am not a Leopard user or [...]