If you’re programming the iPhone, sooner or later you’ll need regular expressions (regex). By default OS X includes the ICU, an open source Unicode library which has extensive regex capabilities.
The ICU APIs are in C/C++ however, not Objective-C. Fear not, RegexKitLite to the rescue. This small library has done all the hard work [...]
Archive for the ‘iPhone’ Category
iPhone SDK Regular Expressions
Posted in iPhone, tagged iPhone, regex on March 18, 2009 | Leave a Comment »