It works 100% perfectly in another on the tool, but does not work in Everything.
Partition Letter
[E-Z]:\\AB\s
Regex MATCH, but does not work in Everything
-
Debugger
- Posts: 719
- Joined: Thu Jan 26, 2017 11:56 am
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Regex MATCH, but does not work in Everything
[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.
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: 719
- Joined: Thu Jan 26, 2017 11:56 am
Re: Regex MATCH, but does not work in Everything
Work
Enable:
CTRL+I Case sensitive
Enable:
CTRL+I Case sensitive