From 95d45b0362175e831f5501e565c8a31e4029a74e Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Mon, 11 May 2020 13:10:46 +0800 Subject: docs: add has_meta() to the manual --- doc/ledger3.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 20dcd50f..7a310fba 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -8143,6 +8143,11 @@ A regular expression that matches against a transaction's payee name. A regular expression (REGEX) or string (TAG) that checks for the tags of a transaction. +@item expr has_meta(/REGEX/) +@itemx expr has_meta('TAG') +A regular expression (REGEX) or string (TAG) that checks for the metadata +key of a transaction. + @item tag(REGEX) =~ /REGEX/ A regular expression that matches a transaction's tags against its values. -- cgit v1.2.3