Re: NSString and Regular Expressions
Re: NSString and Regular Expressions
- Subject: Re: NSString and Regular Expressions
- From: Dave DeLong <email@hidden>
- Date: Mon, 14 Dec 2009 15:36:46 -0700
RegexKit is the best (read: simplest) way to get regular expression support into your Cocoa apps. http://regexkit.sourceforge.net It's also possible to use NSPredicate for simple matching.
You can find a couple of other options listed on this page: http://cocoaheads.byu.edu/resources/regex
Cheers,
Dave
On Dec 14, 2009, at 3:34 PM, Phil Hystad wrote:
> I was sort of suspecting that regular expression matches would be supported by NSString yet I find no message interface for supporting regular expressions. So, is the only capability for handling regular expressions in Objective-C the Posix Regex library?
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden