Craig Earls <[email protected]> writes: > = expr account =~ /^ > Liabilities:test 0.5
Use the same query you'd use on the command line: = /(Expenses:(Medical|Clothing))/ The "expr" version you specified was just missing a final /, but otherwise should have worked. John
