Simple Regex Question

Posted by Jim B on Stack Overflow See other posts from Stack Overflow or by Jim B
Published on 2010-05-12T17:10:19Z Indexed on 2010/05/12 17:14 UTC
Read the original article Hit count: 201

Filed under:

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!

© Stack Overflow or respective owner

Related posts about regex