Re: Regular expressions in Cocoa?
Re: Regular expressions in Cocoa?
- Subject: Re: Regular expressions in Cocoa?
- From: Jon Gordon <email@hidden>
- Date: Fri, 25 Jan 2008 18:07:30 -0500
OS X actually does ship with a binary library that includes regular
expression support (/usr/lib/libicucore.dylib), but does not include
headers or, apparently, make linking with the library easy. Aaron
Evans has provided headers and wrapper classes that make it easier,
and you can find out more at http://aarone.org/cocoaicu/ .
I suspect someone will follow this message up with a good reason,
heretofore unknown to me, why we shouldn't use CocoaICU--after all,
that is the way the world works. Still, I've used it in a project and
been very happy with it.
Best,
-Jon
_______________________________________________
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