Search found 1 match

by MMPDavidL
Wed Oct 08, 2014 4:09 pm
Forum: Regular Expressions Help
Topic: regex AND operator?
Replies: 1
Views: 11614

regex AND operator?

I'm trying to search using TextCrawler for files that contain both phrases. For example, only if 'EMPLOYEE HEALTH,MMMC' is found, AND,' CHEST PA & LATERAL' is found. I tried using a pipe (|), but it appears that is more like an OR than an AND. Thanks for any help.