RegexKitLite

Regular expressions are one of the best inventions for developers. If you don’t know what they are, you’re literally missing a world of opportunities. Finding, extracting and replacing substrings from a large chunk of text can be a simple (and clean) task with a regex. Without? Prepare to write a mess of code with nested blocks full of "rangeOfString:" and "substringFromIndex" calls!

On Mac OSX there’s ICU, a static C/C++ library that (among other things) implements Regular Expressions. RegexKitLite is a library that wraps those functions inside easier-to-use Objective-C methods. The base NSString class is extended with new methods to find, extract and replace substrings directly on the instance string.

Go to resource »

Share/Bookmark


Suggest a new resource for inclusion into this directory

Just drop us a mail with the resource’ url, title and short description.

Note however that we will only approve quality resources that we judge to be useful to the developers community. Advertisement-like submissions will not be accepted, sorry.