scripting languages...
Arne Skjaerholt
arnsholt at broadpark.no
Fri Apr 28 09:00:46 UTC 2006
On Thu, 2006-04-27 at 15:34 -0700, Gary Kline wrote:
> Somebody in the UK turned the perl regex stuff into a ch
> library. IMHO, nobody can touch perl's regex ... so it
> would be nice to have in the C world. There are other
> perl features that would serve if they were backported,
> too. ....
The perl regex library for ch was probably implemented using libpcre
(from www.pcre.org) which is a C implementation of perl compatible
regexes. I've fiddled around a bit with it, and the API is pretty nice
to work with.
Arne
:wq
More information about the freebsd-questions
mailing list