Code: Select all
version 1: (^\d{1,}-)(.*) > $2
version 2: (^\d+-)(.*) > $2Code: Select all
1-20081015-01.lnk > 20081015-01.lnk
12-20081015-02.lnk > 20081015-02.lnk
321-03.txt > 03.txt
1.lnk > <Unchanged> 1.lnkPS: And here's a tip for newbies. You can run this rename job directly through the Address Bar, using the following "Quick Script":
Code: Select all
::rename "r", "(^\d+-)(.*) > $2", "p"
XYplorer Beta Club