ledger-regex: Indian Rupee Symbol
Added the ₹ symbol to ledger-amount-regex
This commit is contained in:
parent
2f0dcec10e
commit
eeb120f5e4
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