Help to rename please

Advanced Renamer forum
#1 : 16/11-19 04:11
Peter
Peter
Posts: 1
I have file on directory, example:
-abc-2015-01-27.txt
-abb-2016-02-15.txt
...
i need to rename them by date
2015-01-27-abc.txt
2016-02-15-abb.txt
How can i do this whith Advanced Renamer?
Many thanks and regards!


16/11-19 04:11
#2 : 17/11-19 12:18
David Lee
David Lee
Posts: 1125
Replace: (-.*?)-(.*)
with: \2\1
Use regular expressions


17/11-19 12:18