On 21.07.14,06:45, Nathan Grigg wrote: > On Jul 20, 2014, at 10:45 PM, Martin Michlmayr <[email protected]> wrote: > > > Yes, you can match tags: > > ledger -f d reg "tag("Taxes") =~ /^HSA*/'" > > For me, this is matching everything with the “Taxes” tag, regardless of what > I use for the regular expression.
This should work: ledger reg tag taxes=HSA.* Jostein -- --- 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.
