asked on June 2, 2015
•
Show version history
I'm applying a pattern matching on a list of documents to capture a specific value. This value can be on any page of this document. However, it only appears once for each document.
Therefor, I tried to apply this pattern matching on every page of the document. But it only works if the value is on the last page of the document. Because the unmatched value(empty string?) would wipe out the previous captured results.
Any suggestions?
0
0