Not work search "Number Range" + path

Found a bug in "Everything"? report it here
Post Reply
Debugger
Posts: 565
Joined: Thu Jan 26, 2017 11:56 am

Not work search "Number Range" + path

Post by Debugger »

Not work search "Number Range" + path. NOT FOUND.
The short version of Regex also does not work properly in Everything.

Find:
[148059159,0 , 311555628,0]
Set: Numer Range

https://i.postimg.cc/50YbK6MW/Screen-Sh ... -25-PM.jpg
vanisk
Posts: 152
Joined: Sat Oct 27, 2018 11:33 am

Re: Not work search "Number Range" + path

Post by vanisk »

Try removing first and last parenthesis
( and ).

Also try adding Quotes to the path
"E:\VK ALL!!"

I tried similar search
regex:^0?1100[1-9]|110[1-9][0-9]|11[1-9][0-9]{2}|1[2-9][0-9]{3}$ "J:\S&U Bk" and got the results
Debugger
Posts: 565
Joined: Thu Jan 26, 2017 11:56 am

Re: Not work search "Number Range" + path

Post by Debugger »

vanisk - Still not work. 0 found!!!!
Debugger
Posts: 565
Joined: Thu Jan 26, 2017 11:56 am

Re: Not work search "Number Range" + path

Post by Debugger »

It does not work properly because it is not found RED
XXX_(\d+)
Can you correct regex?

^0*(148059159|1480591[6-9][0-9]|148059[2-9][0-9]{2}|1480[6-9][0-9]{4}|148[1-9][0-9]{5}|149[0-9]{6}|1[5-9][0-9]{7}|2[0-9]{8}|30[0-9]{7}|310[0-9]{6}|311[0-4][0-9]{5}|3115[0-4][0-9]{4}|31155[0-4][0-9]{3}|311555[0-5][0-9]{2}|3115556[01][0-9]|31155562[0-8])$
Post Reply