help-flex
[Top][All Lists]
Advanced

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

Re: how to negate definitions?


From: Hans-Bernhard Broeker
Subject: Re: how to negate definitions?
Date: Tue, 4 Dec 2001 15:45:39 +0100 (MET)

On Tue, 4 Dec 2001, Crni Gorac wrote:

Define another preset:

whitespace [ \t\n]
nowhitespace [^ \t\n]

and use {nowhitespace} instead of [^{whitespace}] And look, Ma, it's
shorter than the other one, too! (And besides, that wouldn't have worked,
anyway, even if {whitespace} had been expanded: [^[ \t\n]] is still not
what you would need.

-- 
Hans-Bernhard Broeker (address@hidden)
Even if all the snow were burnt, ashes would remain.




reply via email to

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