RegexKitLite

RegexKitLite, from the developer of RegexKit, uses the ICU engine instead of PCRE and has a highly simplified API. This makes it very small (since ICU is built into Mac OS X) and gives it better support for Unicode. It’s also potentially more efficient, since ICU can often use an NSString’s UTF-16 buffer rather than … Continue reading RegexKitLite