David Thorburn-Gundlach wrote:
> Silly me; there was one obvious one that I forgot.  How do I *exclude*
> a pattern or expression from the search, such as
> 
>       l !neff
>       l !(neff|Funnies|funny)
> 
> or such?

Hmm, don't understand your example. Does it mean something like

        "~l <AND> <NOT> ~s <REGEXP>"?

I think such thinks should work like this:

        "~l !~s '(neff|Funnies|funny)'"

HTH
                Regards, Axel
-- 
Axel Beckert - [EMAIL PROTECTED] - http://w5.cs.uni-sb.de/~abe/
Dept. of Computer Science, University of Saarland (Germany)
Artificial Intelligence Laboratory (AI Lab), Prof. Dr. W. Wahlster;
WWW-Administrator IBFI Schloss Dagstuhl; Students Representative

Reply via email to