From the above i want to extract the 20,000.00 using regex but its dynamic, there may be any number of digits and also that 18,000.00 also dynamic we can have any no. of digits. The only static word is Invoice Amount. Please help me. Thanks
Hi anyone in the below text i want to extract the amount after Total which is 24,104.00 and 2,89,246 but when i try with a sample it matches with another “Total” in the below. can anyone tell how to use regex to extract both the amount after total dynamically.
Total 24,104.00 2,89,246.00
CONTRIBUTIONS
Total 1,800.00 30,754.00
Grand Total (CTC) 3,20,000.0
Thanks for the suggestion @Yoichi … But here its selecting both the amounts of total (24,104.00 2,89,246.00) but i want to use regex to extract the first number (24,104.00) separately and the second number (2,89,246.00) separately