diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2018-08-31 10:24:44 +0200 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2018-08-31 10:25:02 +0200 |
commit | 851eb60ddca952d4c5e2bae564e840475f985033 (patch) | |
tree | 5f7de23f412a2101b5800434d3befb9f452858ab /doc | |
parent | 00f371958d4ee0f540767c06e490cb26c4b8b0a1 (diff) | |
download | fork-ledger-851eb60ddca952d4c5e2bae564e840475f985033.tar.gz fork-ledger-851eb60ddca952d4c5e2bae564e840475f985033.tar.bz2 fork-ledger-851eb60ddca952d4c5e2bae564e840475f985033.zip |
Clarify regex vs exact matches with has_tag()
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 3 |
1 files changed, 2 insertions, 1 deletions
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. |