Addition of regular expressions operations to the NSString class
Extends Class: NSString
Declared In: StringRegex.h
This category adds regular expressions to strings, similar to the functionality built into languages like Perl and Python. It uses version 7.4 of the Perl-Compatible Regular Expressions library as the engine, and an adapted version of the AGRegex framework as an Objective-C wrapper.