From 851eb60ddca952d4c5e2bae564e840475f985033 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Fri, 31 Aug 2018 10:24:44 +0200 Subject: Clarify regex vs exact matches with has_tag() --- doc/ledger3.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 7f6f64d1..751b91f1 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -8137,7 +8137,8 @@ A regular expression that matches against a transaction's payee name. @item %/REGEX/ @itemx expr has_tag(/REGEX/) @itemx expr has_tag('TAG') -A regular expression that checks for the tags of a transaction. +A regular expression (REGEX) or string (TAG) that checks for the tags of +a transaction. @item tag(REGEX) =~ /REGEX/ A regular expression that matches a transaction's tags against its values. -- cgit v1.2.3