Re: [ANN] RegexKit - An Objective-C Framework for Regular Expressions Using the PCRE Library
Re: [ANN] RegexKit - An Objective-C Framework for Regular Expressions Using the PCRE Library
- Subject: Re: [ANN] RegexKit - An Objective-C Framework for Regular Expressions Using the PCRE Library
- From: Chris Hanson <email@hidden>
- Date: Wed, 5 Sep 2007 11:59:08 -0700
On Sep 5, 2007, at 8:29 AM, Thomas Clément wrote:
Isn't NSPredicate providing what you're looking for ?
An NSComparisonPredicate using NSMatchesPredicateOpertorType can only
tell you whether a whole string matches a specified ICU regular
expression.
It can't get you the matched range of a substring, the number of
subexpressions in the regular expression, or the matched ranges for
individual subexpressions as a full regular expression class would be
able to.
-- Chris
_______________________________________________
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