mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 04:46:31 +03:00
8bfa382c68
Replace occurrences of '\N' (where N is a positive number) in field templates with the corresponding regular expression match group, if it exists. E.g. Warp the date to the first of the month for the second posting if %date (....-..)-.. comment2 date:\1-01 E.g. Strip a prefix from an imported account name if %account1 liabilities:jon:(.*) account1 \1 Fixes #2009. Signed-off-by: Jonathan Dowland <jon@dow.land> |
||
---|---|---|
.. | ||
Common.hs | ||
CsvReader.hs | ||
CsvUtils.hs | ||
InputOptions.hs | ||
JournalReader.hs | ||
LedgerReader.hs.disabled | ||
RulesReader.hs | ||
TimeclockReader.hs | ||
TimedotReader.hs |