summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2020-05-11 13:10:46 +0800
committerMartin Michlmayr <tbm@cyrius.com>2020-05-11 13:10:46 +0800
commit95d45b0362175e831f5501e565c8a31e4029a74e (patch)
tree5eb262193425a1252946ff292df8c5bfe22aa68c /doc
parent89a87d66ef149b9a21b28a83be54a155405a630c (diff)
downloadfork-ledger-95d45b0362175e831f5501e565c8a31e4029a74e.tar.gz
fork-ledger-95d45b0362175e831f5501e565c8a31e4029a74e.tar.bz2
fork-ledger-95d45b0362175e831f5501e565c8a31e4029a74e.zip
docs: add has_meta() to the manual
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.