Regex solution for Objective-C
- by rjstelling
What is the best method for using Regular Expressions within Objective-C?
There seems to be some open source project that provide regex support, can any one recommend one?
Also I looked at NSPredicate, can anyone suggest any regex examples?
Background: I want use regex mainly for validation, IP's, email addresses, internal ID's etc