Re: Is there a regular expression class for Objective C?
Re: Is there a regular expression class for Objective C?
- Subject: Re: Is there a regular expression class for Objective C?
- From: Nicholas Riley <email@hidden>
- Date: Thu, 13 May 2004 15:46:40 -0500
- Mail-followup-to: Nicko van Someren <email@hidden>, Cocoa Dev Dev <email@hidden>
On Thu, May 13, 2004 at 04:16:42PM +0100, Nicko van Someren wrote:
>
Does anyone on this list know of a good regular expression class for
>
use from Objective-C? I know that I can link against the BSD regex
>
library but I'd prefer to have something that has a better
>
understanding of NSString objects and unicode characters. Otherwise I
>
have to spend time dealing with encoding issues and remapping unicode
>
chars in the expression into byte sets for regex. Any thoughts?
You might try OgreKit, documentation is in Japanese for now. It comes
with a neat regex version of Apple's standard Find panel which you can
play with (and that is in English :):
<
http://www-gauge.scphys.kyoto-u.ac.jp/~sonobe/OgreKit/>
--
=Nicholas Riley <email@hidden> | <
http://www.uiuc.edu/ph/www/njriley>
_______________________________________________
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.