how to move the name?

Advanced Renamer forum
#1 : 30/03-21 15:37
Andrei Dragomir
Andrei Dragomir
Posts: 1
Hello,

I have the following example:

Document_NAME_XXX_YYYYYYYY_DATE_uploaded_Andrei Florin.pdf

I want to replace ''NAME'' with ''_Andrei Florin''

I have hundreds of such documents... the name variates of course.

Please help me!
Thank you in advance!
Andrei


30/03-21 15:37
#2 : 30/03-21 20:23
David Lee
David Lee
Posts: 1125
This will do what you have requested.

Replace: _[^_]*
with: _Andrei Florin
Occurrence: 1st
Use regular expressions


30/03-21 20:23