Hi,
I am ocring a document in QF. I get a token with bunch of values. From this token i am trying to extract the amount with no luck so far. This is part of token value
Late Payment Charge: 0.00
Total Amount Due: * 123,123.87
Your remittance should match the Total
I am trying to extract Total Amount Due but because of presence of * it is not working.
this is what i have so far.
.*Total Amount Due:.*(\d{3},?\d{3}.?\d{2}).*
this works for 123,123.87 but not for 213.87.
Any help is greatly appreciated.
Thanks
Junaid Inam