hledger/hledger-lib/Hledger/Read
Simon Michael e892fdc6d5 parsing: aliases now match by regular expression
alias match patterns (the part left of the =) are now case-insensitive
regular expressions matching anywhere in the account name. The
replacement string (the part right of the =) can replace multiple
matches within the account name. The replacement string does not yet
support any of the usual syntax like backreferences.
2014-10-24 15:05:10 -07:00
..
CsvReader.hs export Regexp types, disambiguate CsvReader's 2014-10-24 14:30:49 -07:00
JournalReader.hs parsing: aliases now match by regular expression 2014-10-24 15:05:10 -07:00
TimelogReader.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00