File Renaming problem

Advanced Renamer forum
#1 : 08/08-22 11:35
Ben
Ben
Posts: 2
I have looked in the forums but still unsure,

I would like to rename files\Folders
They look like: A.movie.that.i.once.knew.1995 family something something

Would like it to look like:

A Movie That I Once Knew (1995)

I have worked out how to remove the full stops and add spaces, but cant add brackets around the date or delete everything after the date.

Thankyou


08/08-22 11:35
#2 : 08/08-22 11:53
David Lee
David Lee
Posts: 1125
Replace: .*\K(\d{4}).*
with: (\1)
Use regular expressions



08/08-22 11:53
#3 : 08/08-22 23:22
Ben
Ben
Posts: 2
Reply to #2:
Thank you very much for this.
For some reason it doesn't remove the full stops, but i created a separate rule for that to work.
I really appreciate your time


08/08-22 23:22