RegexKit 0.6.0 Beta (Default branch) |
|
|
RegexKit is an Objective-C framework for regular
expressions using the PCRE library for Mac OS X
Cocoa and GNUstep. It includes an extensive
collection of category additions for the NSArray,
NSData, NSDictionary, NSSet, and NSString Foundation
objects.
License: BSD License (revised)
Changes:
This release upgrades PCRE to version 7.6, which includes an important security related bugfix. All users are encouraged to upgrade. Other changes include preliminary support for internationalization, returning NSError objects, and the ability to evaluate multiple regular expressions in a collection concurrently on multiple threads, one per CPU.
|