Mikko Hanninen wrote:
: I didn't look into this deeply, but just to throw an idea out --
: did you try something like:
: 
:   ^~L (alice|bob|carol)

Right answer is:

    ^(~L alice)|(~L bob)|(~L carol)
        
-- 
Andrew W. Nosenko    ([EMAIL PROTECTED])

Reply via email to