Sorry for the extra noise. I meant: = expr (account =~ /Phone/ & account =~ /Expense/ & account !~ /New/)
On Fri, Apr 11, 2014 at 1:24 PM, John West <[email protected]> wrote: > You can negate the match directly: > > = expr (account =~ /Phone/ & account =~ /Expense/ & not account !~ /New/) > > That might yield different results. > -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
