insert character string based on position w/o Java

Advanced Renamer forum
#1 : 27/01-17 02:49
Brad
Brad
Posts: 1
Is there a way to inert a character string based on file or directory name character position, for example to change 20170126 to 2017-01-26

I don't know Java.


27/01-17 02:49
#2 : 28/01-17 16:38
Tester123
Tester123
Posts: 92
Assuming that all your files are of the format yyyymmdd, and you want to change them to yyyy-mm-dd, you can just use two separate Add methods:

Method 1: Add
Add: -
At index: 5
Apply to: Name

Method 2: Add
Add: -
At index: 8
Apply to: Name

That should do the trick.


28/01-17 16:38