;doc:beancount output: edits
This commit is contained in:
parent
32182a05fc
commit
972a2a066b
@ -5294,8 +5294,8 @@ Certain kinds of account alias can disrupt account types, see
|
|||||||
**`tag:NAMEREGEX[=VALREGEX]`**\
|
**`tag:NAMEREGEX[=VALREGEX]`**\
|
||||||
Match by tag name, and optionally also by tag value. Note:
|
Match by tag name, and optionally also by tag value. Note:
|
||||||
|
|
||||||
- Both regular expressions do infix matching by default.
|
- Both regular expressions do infix matching.
|
||||||
If you need a complete match, use `^` and `$`.
|
If you need a complete match, use `^` and `$`.\
|
||||||
Eg: `tag:'^fullname$'`, `tag:'^fullname$=^fullvalue$`
|
Eg: `tag:'^fullname$'`, `tag:'^fullname$=^fullvalue$`
|
||||||
- To match values, ignoring names, do `tag:.=VALREGEX`
|
- To match values, ignoring names, do `tag:.=VALREGEX`
|
||||||
- Accounts also inherit the tags of their parent accounts.
|
- Accounts also inherit the tags of their parent accounts.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user