Simple Regex Question
- by Jim B
Hey Everyone,
I need to search a bunch of files for anything that contains either "tblPayment" or "tblInvoice"
I also want to match any tables named "tblPaymentMethod", "tblInvoiceItem", "tblInvoicePayment"
Anybody care to help me out with how to write a regular expression for this?
Thanks again!