I have a multiline ZOCR in QF that looks like
Information 1 Zone 2 : Work Order#
666
There is a CR/LF x0Dx0A after the #
I am trying to get a reg exp to pick out the 666 but can not get it to get beyond the CR/LF The expression is Order#\s*(d+). As I type this in the test field of QF the result value is seen as I type the exp...Order#\s* all good to this point, but when I type 6 it will not display.
If I do a ^.+ all characters are displayed as they should be even beyond the 666 as I have more so I don't think QF is holding me back because of some multiline setting. Please advise