Regex solution for Objective-C

Posted by rjstelling on Stack Overflow See other posts from Stack Overflow or by rjstelling
Published on 2009-05-10T13:16:03Z Indexed on 2010/05/03 23:48 UTC
Read the original article Hit count: 429

Filed under:
|
|
|

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

© Stack Overflow or respective owner

Related posts about regex

Related posts about objective-c