Very simple installation and in usage.

Installation in iPhone project:
1. Add files RegexKitLite.h and RegexKitLite.m to project.
2. Open Target of project and add -licucore in Other Linker Flags

3. Compile

Example:
Remove tags from web-page.

1
NSString *text =  [content stringByReplacingOccurrencesOfRegex:@"<.*>" withString:@""];

Site resource