help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

off topic : flex


From: Bernard Granier
Subject: off topic : flex
Date: Tue, 11 Dec 2001 12:35:14 +0100

Hi,
 
I am afraid however I get a flex question and there is no mailing list for that ....
 
How to build a regular _expression_ which match all lines except those
containing a specific word, not a specific character but a specific word.
 
.*\n                   -------> match lines , OK fine
[^a]*\n               -------> match lines which does not contain a , OK fine
 
What is the _expression_ to match all lines except those containing the word abc ?
 
Thanks for any help.

Bernard Granier
Mr Ted
115 rue du Fbg Poissonniere
75009 Paris
www.MrTed.com
Tel : 33 1 55 31 02 65
mail : address@hidden

 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]