I have a document class that I'm using pattern matching to pull the date from. The date can appear one of two ways:
Passed and Approved this 6th day of May, 2015
or
Passed, Adopted and Approved this 6th day of May 2015.
I want QuickFields to run the first pattern match. Then run a conditional process if the first pattern match returned an empty token run the second patter match.
I've got all that setup what I don't know is how to get the tokens combined as one result and what to put in the metadata field?
Any suggestions?