Re: NSString and regular expressions
Re: NSString and regular expressions
- Subject: Re: NSString and regular expressions
- From: Charles Srstka <email@hidden>
- Date: Thu, 30 Jul 2009 19:18:13 -0500
On Jul 30, 2009, at 7:04 PM, BareFeet wrote:
RegexKitLite looks promising. It claims to only require you to add
the .h and .m file to your project and link to the libicucore.dylib
library.
The documentation notes: "Warning: Apple does not officially support
linking to the libicucore.dylib library." In reality, how worried
should I be about this? I am amazed that Cocoa doesn't provide regex
itself. Surely Apple must provide or recommend something to do the
job.
ICU is an open-source project, so if you're concerned about the Apple-
supplied one disappearing, you can just go download the latest
sources, compile it yourself, and then either link it statically or
include the dylib inside your bundle.
http://site.icu-project.org/
Charles
_______________________________________________
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