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