Help with Regular Expression Rename

Advanced Renamer forum
#1 : 05/06-18 20:51
Charle
Charle
Posts: 1
1. I have file called ODDA_TS05018 and the file type is file

From Pattern I have
(ODDA_)TS051018\.file

To Pattern
ACH_\1${date MMddyyyy})_073000.ach

The file is not moving. Is my Regular Expression renamer in correct.

Thanks for the help


05/06-18 20:51
#2 : 06/06-18 11:55
Domi
Domi
Posts: 27
Reply to #1:
This can't work. What method do you want to use? Replace?

You have: ODDA_TS05018.file
And what do you want to get? ACH_ODDA_06052018)_073000.ach ?

In your to pattern:
- \1 wrong? if you wanted to get ODDA_ you must use $1
- date? Wrong format. Pls click on "</>". And/or look at https://www.advancedrenamer.com/user_guide/tags_ datetime


06/06-18 11:55