I am trying to pattern match from the full document text in workflow to set a field value. The way the OCR in snapshot has worked on these documents (invoices) "amount due" and the actual amount or on separate lines. I have tried \r \n \r\n etc and cannot get it to match the whole thing.
Here is some of the document text
1000038010 Amount Due Amount Paid: 16.78
I want to return just the 16.78 part, I have done lots of regex in laserfiche but never on a new line.
Any help would be great.
P.S. If i paste the text into notepad++ it shows CR LF at the end of each line, so I would have throught \r\n would do it.