I am having trouble pattern matching a series of files (invoices) from a vendor because their date field is pretty random. A "grep" regex would be pretty straighforward, but I cannot seem to get a single rule that works for these patterns:
InvoiceDate : 07/20/2015
Invoice Date: 07/22/2015
Invoice Date : 07/22/2015
InvoiceDate : 07/20/2015
InvoiceDate 07/22/2015
It would be great if Hazel spit out some information on the pattern match process to help debug...