RegexKit
RegexKit is a new Cocoa wrapper for the excellent PCRE regular expressions library. I’ve been using my own PCRE wrapper since 2002, so I’m not likely to switch, but if I were starting today I’d probably use RegexKit. It has unusually good documentation, and in addition to the normal class-based API there is a concise interface that uses only categories and reference parameters.
2 Comments RSS · Twitter
[...] from the developer of RegexKit, uses the ICU engine instead of PCRE and has a highly simplified API. This makes it very small [...]
[...] from the developer of RegexKit, provides a thread-safe, lock-free replacement for NSDictionary/NSMutableDictionary. The design [...]