Regex MATCH, but does not work in Everything

General discussion related to "Everything".
Post Reply
Debugger
Posts: 565
Joined: Thu Jan 26, 2017 11:56 am

Regex MATCH, but does not work in Everything

Post by Debugger »

It works 100% perfectly in another on the tool, but does not work in Everything.

Partition Letter
[E-Z]:\\AB\s
void
Developer
Posts: 15098
Joined: Fri Oct 16, 2009 11:31 pm

Re: Regex MATCH, but does not work in Everything

Post by void »

[E-Z]:\\AB\s is working for me, could you please give some more information instead of does not work, as it doesn't help anyone.

With regex enabled from the search menu, the search:
[E-Z]:\\AB\s
Should match:
E:\AB 123

[E-Z] matches letters E to Z
\\ matches a single \
\s matches a space.
Debugger
Posts: 565
Joined: Thu Jan 26, 2017 11:56 am

Re: Regex MATCH, but does not work in Everything

Post by Debugger »

Work
Enable:
CTRL+I Case sensitive
Post Reply