Re: Regex lib for NSString ?
Re: Regex lib for NSString ?
- Subject: Re: Regex lib for NSString ?
- From: Sam Carr <email@hidden>
- Date: Wed, 26 Nov 2003 17:52:39 +0000
I'm currently using AGRegex, which incorporates the PCRE library (Perl
Compatible Regular Expressions). It's all open source with no nasty
licensing restrictions as far as I can see:
http://sourceforge.net/projects/agkit
I've had very good experiences with it and would recommend it. It's
distributed as a ProjectBuilder project that all builds straight off
the bat to create a Framework which you can then import into your own
project (include it in your precompiled header for speed). However I
haven't figured out how to build the AGRegex project as a dependency of
my existing project. I suppose I would have to add all the individual
files to my project and create a new target to build the framework, but
there seems to be no easy way to do import the existing build settings
into XCode, since I don't want to recreate them from scratch. Anyone
have a suggestion?
Sam
On 26 Nov 2003, at 17:20, Frank wrote:
Hi,
Is there a Regex library available for Cocoa programmers which deals
with NSString objects directly.
Regards,
Frank
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.