Replace an expression in file name

Advanced Renamer forum
#1 : 15/07-19 23:13
Bunyamin
Bunyamin
Posts: 2
@changeabletext(changeablenumber)_20190703162027.mp3

i have about 1500 file like in this pattern. "@" and "(" and ")" and "_" characters are stable (unchangeable)

i want file names to rename as : 20190703162027@changeabletext(changeablenumber).mp3

i am newbie and don't know how to do this. Anyone help me?

ps: the date at the end of file name is changeable too... it is not constant.


15/07-19 23:13 - edited 15/07-19 23:14
#2 : 16/07-19 01:42
David Lee
David Lee
Posts: 1125
Replace: (.*)_(.*)
with: \2\1
Use regular expressions


16/07-19 01:42
#3 : 17/07-19 10:28
Bunyamin
Bunyamin
Posts: 2
Reply to #2:

thank you it works.


17/07-19 10:28