Searh by regexp in a folder

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
user8246
Posts: 8
Joined: Sun Nov 13, 2016 10:02 pm

Searh by regexp in a folder

Post by user8246 »

I want to search through files/subfolders in a specified folder based on some regexp-pattern.
How can I do it?
This way doesn't work:
"C:\Windows\" .*\d\d
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: Searh by regexp in a folder

Post by Stamimail »

Try:
"C:\Windows\" regex:.*\d\d
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: Searh by regexp in a folder

Post by void »

Please make sure regex is disabled under the Search menu with the above search.
user8246
Posts: 8
Joined: Sun Nov 13, 2016 10:02 pm

Re: Searh by regexp in a folder

Post by user8246 »

Thank you, works like a charm!
;)
Post Reply