>>>>> Peter Keen <peter.keen-qpbGg102UtMk+I/[email protected]> writes:
> It's part of the filter language. "%tag" means "filter to only transactions > marked with 'tag'". Similarly, "@string" means "filter to only transactions > where the payee matches 'string'". Someone correct me if I'm wrong, but I > believe both of these can accept a regular expression as well. That's right. %foo is shorthand for "tag foo" on the command-line. John
