What is the best method for using Regular Expressions within Objective-C?
There seems to be some open source project that provide regex
Try the official NSRegualExpression that's available since iOS 4.0:
http://developer.apple.com/library/ios/#documentation/Foundation/Reference/NSRegularExpression_Class/Reference/Reference.html