RegexKit

RegexKit is an Objective-C framework for regular expressions.
Download

RegexKit Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • John Engelhart
  • Publisher web site:

RegexKit Tags


RegexKit Description

RegexKit is an Objective-C framework for regular expressions. RegexKit project is an Objective-C framework for regular expressions.Here are some key features of "RegexKit":· Support for Mac OS X Cocoa and GNUstep. Mac OS X 10.4 or later required.· Mac OS X Universal Binary.· No sub-classing required. Seamlessly adds regular expression support to all NSArray, NSDictionary, NSSet, and NSString Foundation objects with a rich set of Objective-C category additions.· Unicode UTF-8 supported.· Extensive, high quality documentation.· Full source code with a BSD license.· Uses the BSD licensed PCRE Perl Compatible Regular Expressions library for the regular expression engine.Tuned for high performance, including such features as:· Caches the compiled form of the regular expression for speed.· Multithreading safe, including multiple reader, single writer multithreaded access to the compiled regex cache.· Makes minimal use of heap storage (ie, malloc() and free()), instead allocating most temporary buffer needs dynamically from the stack.· Uses Core Foundation directly on Mac OS X for additional speed.What's New in This Release:· 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.


RegexKit Related Software