;doc:beancount output: edits

This commit is contained in:
Simon Michael 2024-12-06 08:11:30 -10:00
parent 32182a05fc
commit 972a2a066b

View File

@ -5294,8 +5294,8 @@ Certain kinds of account alias can disrupt account types, see
**`tag:NAMEREGEX[=VALREGEX]`**\
Match by tag name, and optionally also by tag value. Note:
- Both regular expressions do infix matching by default.
If you need a complete match, use `^` and `$`.
- Both regular expressions do infix matching.
If you need a complete match, use `^` and `$`.\
Eg: `tag:'^fullname$'`, `tag:'^fullname$=^fullvalue$`
- To match values, ignoring names, do `tag:.=VALREGEX`
- Accounts also inherit the tags of their parent accounts.