Page 1 of 1

Not work search "Number Range" + path

Posted: Wed Dec 19, 2018 11:27 am
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

Re: Not work search "Number Range" + path

Posted: Wed Dec 19, 2018 11:42 am
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

Re: Not work search "Number Range" + path

Posted: Wed Dec 19, 2018 2:24 pm
by Debugger
vanisk - Still not work. 0 found!!!!

Re: Not work search "Number Range" + path

Posted: Fri Dec 28, 2018 6:10 pm
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])$