Merge pull request #338 from happyalu/patch-1

ledger-regex: Indian Rupee Symbol

Thank you!
This commit is contained in:
Craig Earls 2014-12-07 20:35:32 -07:00
commit 9a857fc4fb

View file

@ -26,10 +26,10 @@
(defconst ledger-amount-regex
(concat "\\( \\|\t\\| \t\\)[ \t]*-?"
"\\([A-Z$€£_(]+ *\\)?"
"\\([A-Z$€£_(]+ *\\)?"
"\\(-?[0-9,\\.]+?\\)"
"\\(.[0-9)]+\\)?"
"\\( *[[:word:]€£_\"]+\\)?"
"\\( *[[:word:]€£_\"]+\\)?"
"\\([ \t]*[@={]@?[^\n;]+?\\)?"
"\\([ \t]+;.+?\\|[ \t]*\\)?$"))