Search found 2 matches
- 18.09.2017, 17:04
- Forum: General Discussion
- Topic: Search in files/folders for files containing two strings using regular expressions
- Replies: 3
- Views: 18916
Re: Search in files/folders for files containing two strings using regular expressions
Thanks for the reply. Unfortunately I couldn't make it work as the pic illustrates. https://imgur.com/a/ckHAW
- 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 ...
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 ...