Re: Regular Expressions
Re: Regular Expressions
- Subject: Re: Regular Expressions
- From: Luc Heinrich <email@hidden>
- Date: Mon, 12 Nov 2001 07:53:44 +0100
On Monday, November 12, 2001, at 12:57 AM, Bryan Zarnett wrote:
Does anyone know of a good and documented regular expression library
written in objective-c or a c one?
- OSX includes Henry Spencer's regex engine. Just do a 'man regex', it
is very simple to use.
- I've had some problems with the GNU rx library in the past, but they
should be solved now thanks to OSX 10.1 two-levels namespaces.
- PCRE, my personal favourite, compiles under OSX without a single
problem (
http://www.pcre.org). It is also very easy to use, very
powerful and *really* fast.
--
Luc - email@hidden