Page 1 of 1

How can I search like "(0-9)" ?

Posted: Tue Nov 17, 2009 10:16 am
by w4r3zh4ck™
So there are mp3s with same names like
track.mp3
track (1).mp3
track (2).mp3

i wanna remove these with numbers
but if i type "(" into search, it gets also the tracks that dont have numbers.

Any sugguestion ?

Re: How can I search like "(0-9)" ?

Posted: Tue Nov 17, 2009 10:24 am
by David
With regex enabled:

Code: Select all

[(][0-9]*[)].*mp3
To enable Regex:
  • In "Everything", from the Search menu, check Enable Regex.

Re: How can I search like "(0-9)" ?

Posted: Sun Nov 22, 2009 6:44 am
by w4r3zh4ck™
still cant search even with regex enabled

Re: How can I search like "(0-9)" ?

Posted: Sun Nov 22, 2009 7:26 am
by David
Do you get any results?
Are the results incorrect?

Try the following regex search:

Code: Select all

[(][0-9]*[)][.]mp3

Re: How can I search like "(0-9)" ?

Posted: Sun Nov 22, 2009 4:33 pm
by w4r3zh4ck™
well it doesnt matter
i found another way :)