replacing the eleventh char in the filename

Post any Bulk Rename Utility support requirements here. Open to all registered users.

replacing the eleventh char in the filename

Postby adrorla » Thu Jul 04, 2019 11:22 am

hi everyone,
i think mine will be a simple request, i tried but no luck.
i have many file name like this:
123.456.789.000.000.000.aaa.jpg
and need to replace the 3rd point after the 9 number, which is in the 12th position from the start, i should replace it whith an underscore.
i cannot find in BRU any place where i can specify after how many char it can start replacing. it's important for me to mantain the other points in the filename
thank you for any help
adrorla
 
Posts: 1
Joined: Thu Jul 04, 2019 11:16 am

Re: replacing the eleventh char in the filename

Postby therube » Thu Jul 04, 2019 11:31 am

6:Remove
From: 12 To: 12

7:Add
Insert _ at pos: 12

or...

1:RegEx:
Code: Select all
Match:  (^...........)(.)(.*)
Replace:  \1_\3
therube
 
Posts: 1317
Joined: Mon Jan 18, 2016 6:23 pm


Return to BRU Support