in reply to Re: Re: flip-flop operator and sequence number
in thread flip-flop operator and sequence number

That's a good observation on what not does.

But, the binding operator =~ has a higher order of precidence, so the not applies to the result of the match, not to the left hand side being matched.

—John