Merge pull request #338 from happyalu/patch-1
ledger-regex: Indian Rupee Symbol Thank you!
This commit is contained in:
commit
9a857fc4fb
1 changed files with 2 additions and 2 deletions
|
|
@ -26,10 +26,10 @@
|
||||||
|
|
||||||
(defconst ledger-amount-regex
|
(defconst ledger-amount-regex
|
||||||
(concat "\\( \\|\t\\| \t\\)[ \t]*-?"
|
(concat "\\( \\|\t\\| \t\\)[ \t]*-?"
|
||||||
"\\([A-Z$€£_(]+ *\\)?"
|
"\\([A-Z$€£₹_(]+ *\\)?"
|
||||||
"\\(-?[0-9,\\.]+?\\)"
|
"\\(-?[0-9,\\.]+?\\)"
|
||||||
"\\(.[0-9)]+\\)?"
|
"\\(.[0-9)]+\\)?"
|
||||||
"\\( *[[:word:]€£_\"]+\\)?"
|
"\\( *[[:word:]€£₹_\"]+\\)?"
|
||||||
"\\([ \t]*[@={]@?[^\n;]+?\\)?"
|
"\\([ \t]*[@={]@?[^\n;]+?\\)?"
|
||||||
"\\([ \t]+;.+?\\|[ \t]*\\)?$"))
|
"\\([ \t]+;.+?\\|[ \t]*\\)?$"))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue