Search found 2 matches

by daredan
13.09.2017, 12:36
Forum: General Discussion
Topic: Search in files/folders for files containing two strings using regular expressions
Replies: 3
Views: 18916

Search in files/folders for files containing two strings using regular expressions

Hi,

I have been googling through different forums to find out on how I can find two strings in containing text in a list of data files.

It's apparently fairly easy to find them with the OR function as this is merely done with a |, eg (String1|String2 ).
However I want to find only files which ...