[fpc-pascal] Re: PCRE
L
L at z505.com
Tue Nov 6 18:55:09 CET 2007
There is also:
http://www.renatomancuso.com/software/dpcre/dpcre.htm
(By the way, why all these people wrap PCRE in a class is beyond me. Object
oriented PCRE.. defeats the bloody purpose of regular expressions in the first
place - quick and dirty access to regexes must not be stored in a class. I
repeat, must not. So I think we'll use these downloads as ideas and implement a
proper PCRE wrapper unit that's easy to use quickly and dirtily (if that was a
word))
More information about the fpc-pascal
mailing list