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 ?
How can I search like "(0-9)" ?
Re: How can I search like "(0-9)" ?
With regex enabled:
To enable Regex:
Code: Select all
[(][0-9]*[)].*mp3
- In "Everything", from the Search menu, check Enable Regex.
-
- Posts: 4
- Joined: Tue Nov 17, 2009 10:13 am
Re: How can I search like "(0-9)" ?
still cant search even with regex enabled
Re: How can I search like "(0-9)" ?
Do you get any results?
Are the results incorrect?
Try the following regex search:
Are the results incorrect?
Try the following regex search:
Code: Select all
[(][0-9]*[)][.]mp3
-
- Posts: 4
- Joined: Tue Nov 17, 2009 10:13 am
Re: How can I search like "(0-9)" ?
well it doesnt matter
i found another way
i found another way