summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ledger3.texi5
1 files changed, 5 insertions, 0 deletions
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.