How to match the filename with bracket?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
doc
Posts: 2
Joined: Sun Oct 26, 2014 11:10 am

How to match the filename with bracket?

Post by doc »

I want to search a file name like .*\([1-9]\)
but I can't specify path: on the same time
Can anyone help?
froggie
Posts: 300
Joined: Wed Jun 12, 2013 10:43 pm

Re: How to match the filename with bracket?

Post by froggie »

Disable Regex in Search. use

Code: Select all

regex:.*\([1-9]\) path:C:\xyx 
Post Reply