Search found 1 match
- Wed Oct 08, 2014 4:09 pm
- Forum: Regular Expressions (Archived)
- Topic: regex AND operator?
- Replies: 1
- Views: 13482
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.