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: Satoshi Matsumoto <email@hidden>
- Date: Fri, 14 May 2004 09:31:12 +0900
on 04.5.14 0:16 AM, Nicko van Someren at email@hidden 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?
"Oniguruma" Regular expressions library
http://www.geocities.jp/kosako1/oniguruma/index.html
"OgreKit" Cocoa wrapper for "Oniguruma"
http://www-gauge.scphys.kyoto-u.ac.jp/~sonobe/OgreKit/
Satoshi
-----------------------------------------------------
Satoshi Matsumoto <email@hidden>
816-5 Odake, Odawara, Kanagawa, Japan 256-0802
_______________________________________________
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.