find numbers and use them in the replace

Advanced Renamer forum
#1 : 05/02-22 21:48
jj
jj
Posts: 1
I have a huge list of files that are named as:

My file name #001 Some subject.mkv
My file name #002 A different title.mkv


And i'd like to insert a dash after the 3 digits, e.g.

My file name #001 - Some subject.mkv
My file name #002 - A different title.mkv

There's nothing similar that I can use for find/replace. What method could do this?


05/02-22 21:48
#2 : 05/02-22 22:53
David Lee
David Lee
Posts: 1125
Add method...

Add: " -"
At index: "#\d{3}"
Use regular expressions

(Do not type the quotation marks)




05/02-22 22:53