Cpluck

2005-04-21 Thread Chris Hawks
I recently found a c++ regex library that does PERL style matching. I think we should use it (it's GPL) as it would free us from using OS specific 'C' regex calls for Exclusions. http://unix.freshmeat.net/projects/cpp_regex/ Christopher R. Hawks HAWKSoft

Re: Cpluck

2005-04-21 Thread Michael Nordstrom
On Thu, Apr 21, 2005, Chris Hawks wrote: I recently found a c++ regex library that does PERL style matching. I think we should use it (it's GPL) as it would free us from using OS specific 'C' regex calls for Exclusions. Sounds like a good idea to make the regex handling OS independent, i.e.