Search found 1 match

by FredSmith
Thu Aug 17, 2017 2:10 pm
Forum: Regular Expressions Help
Topic: searching multiple words
Replies: 3
Views: 24382

searching multiple words

Hi all, I'd like search for multiple words. So if I have 3 files: File1 One File2 One ... Two File3 One ... Two Three And would like to search for files containing 'One' AND 'Two' AND 'Three' I'd like TextCrawler to return File3 only. I've tried using RegEx One|Two|Three but that returned all the fi...