help-flex
[Top][All Lists]
Advanced

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

Re: flex and octant and definition


From: Vern Paxson
Subject: Re: flex and octant and definition
Date: Thu, 08 Dec 2005 14:09:30 -0800

> X       [something]
> 
> and I want Y to be anything but X so when I define it like:
> 
> Y       [^{X}]     it only exclude the characters '{' , '}' ,and X

Unfortunately, there's no way to do what you want here.

> ACK_BELL        \006 | \007

Remove the blanks around the '|':

        ACK_BELL        \006|\007

- Vern




reply via email to

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