General discussion related to "Everything".
-
void
- Developer
- Posts: 17301
- Joined: Fri Oct 16, 2009 11:31 pm
Post
by void »
-
froggie
- Posts: 311
- Joined: Wed Jun 12, 2013 10:43 pm
Post
by froggie »
Try using
Code: Select all
regex:^-?[0-9]*_000$
(with regex option off; assumes the files you are searching for have no extensions)
-
void
- Developer
- Posts: 17301
- Joined: Fri Oct 16, 2009 11:31 pm
Post
by void »
Everything only supports basic regex.
\d is not supported.
Please use [0-9] instead.