Rename below file:
25558655865 001-20111012
25558655865 001-20111016
25558655865 002-20120204
25558655865 003-20120304
Who can give me a regular expression to delete "XXX-".
Thank you!!!!!!
Help! Please give me a regular expression
Moderators: Hacker, petermad, Stefan2, white
If you need to remove just 001-, 002- etc, you don't even need a regex. As I see, your names have similar structure with fixed-length parts, so you can just open MRT (Ctrl+M) and use name template like [N1-12][N17-24]. You may use N[#-#] button in MRT to select parts that you need (as I did to make suggested template).