Skip to content

Commit c7b23e5

Browse files
Abhishek Jaincodereverser
authored andcommitted
Fixed Dividend Payout for IDFC MF
1 parent eff0939 commit c7b23e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

casparser/process/regex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
r"(\d{2}-[A-Za-z]{3}-\d{4})\t\t([^\t]+?)\t\t([(\d,.]+)\)*"
2525
r"(?:\t\t([(\d,.]+)\)*\t\t([(\d,.]+)\)*\t\t([(\d,.]+)\)*)*"
2626
)
27-
DIVIDEND_RE = r"dividend.+?(reinvest)*.+?@\s+Rs\.\s*([\d\.]+)\s+per\s+unit"
27+
DIVIDEND_RE = r"dividend.+?(reinvest)*.*?@\s+Rs\.\s*([\d\.]+)\s+per\s+unit"
2828

2929
DESCRIPTION_TAIL_RE = r"\d{2}-[A-Za-z]{3}-\d{4}\t\t.*(\n[^\t]+)[\t|$]"

0 commit comments

Comments
 (0)