[EMAIL PROTECTED] (Jonathan Scott Duff) writes:
> I think what you want is just a negated assertion:
> 
>       /<!'union'>+/
> 
> Although I don't know what that means exactly. 

That matches more than one thing that is not the string "union".
"u" is not the string "union"; "n" is not the string "union"...

I think /(.*) <commit> <!{ $1 =~ rx{union} }>/ may do it.

-- 
There is no distinction between any AI program and some existent game.

Reply via email to