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
Not work search "Number Range" + path
Re: Not work search "Number Range" + path
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
( 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
vanisk - Still not work. 0 found!!!!
Re: Not work search "Number Range" + path
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])$
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])$