Re: [CMake] Regular expressions

2007-11-30 Thread Brandon Van Every
On Nov 30, 2007 4:52 PM, Pau Garcia i Quiles <[EMAIL PROTECTED]> wrote: > Hello, > > I have an initial implementation of Perl-compatible regular > expressions (PCRE) against current CVS. It does not replace classic > regular expressions but co-exist with them. How are you disambiguating them? I h

[CMake] Regular expressions

2007-11-30 Thread Pau Garcia i Quiles
Hello, I have an initial implementation of Perl-compatible regular expressions (PCRE) against current CVS. It does not replace classic regular expressions but co-exist with them. I'm trying to make sense of current limitations and know if I should keep them or I should get rid of them. Fo