How to separate queries in Everything, regex, paths, others.

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Debugger
Posts: 565
Joined: Thu Jan 26, 2017 11:56 am

How to separate queries in Everything, regex, paths, others.

Post by Debugger »

How to separate queries in Everything, regex, paths, others.

^\s*[A-Z] E:\
Stamimail
Posts: 1121
Joined: Sat Aug 31, 2013 9:05 pm

Re: How to separate queries in Everything, regex, paths, others.

Post by Stamimail »

Try:
"E:\" regex:^\s*[A-Z]
Debugger
Posts: 565
Joined: Thu Jan 26, 2017 11:56 am

Re: How to separate queries in Everything, regex, paths, others.

Post by Debugger »

And how to save without unnecessary:
I want to write simpler (Separated fields to enter)

more Simple: without

Code: Select all

""
more Simple: without

Code: Select all

regex:
Post Reply