Related articles |
---|
regular expression question gvheurn@gmail.com (Gijs) (2005-06-08) |
Re: regular expression question gah@ugcs.caltech.edu (glen herrmannsfeldt) (2005-06-08) |
Re: regular expression question 148f3wg02@sneakemail.com (Karsten Nyblad) (2005-06-08) |
Re: regular expression question daw@taverner.cs.berkeley.edu (2005-06-08) |
Re: regular expression question gvheurn@gmail.com (Gijs) (2005-06-09) |
Re: regular expression question nicola.musatti@gmail.com (Nicola Musatti) (2005-06-09) |
Re: regular expression question cfc@shell01.TheWorld.com (Chris F Clark) (2005-06-09) |
Re: regular expression question snicol@apk.net (Scott Nicol) (2005-06-10) |
Re: regular expression question snicol@apk.net (Scott Nicol) (2005-06-10) |
Re: regular expression question d148f3wg02@sneakemail.com (Karsten Nyblad) (2005-06-10) |
Re: regular expression question torbenm@diku.dk (2005-06-10) |
[2 later articles] |
From: | "Gijs" <gvheurn@gmail.com> |
Newsgroups: | comp.compilers |
Date: | 9 Jun 2005 15:45:19 -0400 |
Organization: | http://groups.google.com |
References: | 05-06-04505-06-050 |
Keywords: | lex |
Posted-Date: | 09 Jun 2005 15:45:19 EDT |
Many thanks for all fast and helpful answers!
I use HP-UX ANSI C, which has functions called regcomp and regexec. I
know the easiest way to solve my problem is to do the complement in the
code (if (!regexec (....) , but the idea is that all our regular
expressions are defined in a database, and a code change has much more
impact than a database adaptation for the company I work for. So I was
hoping to easily invert a RE. But now I think I'll get a rather complex
RE, which I think the database field is too small for. ;-)
Thanks again, and if anyone has some other ideas, I'll really
appreciate this!
Return to the
comp.compilers page.
Search the
comp.compilers archives again.