Using underscore

Advanced Renamer forum
#1 : 14/05-25 15:01
Nils
Posts: 2
Hi!

I have around 300 files with names that look like this, for example, Alan Anderson.jpg and I want to add a underscore so it look like this Alan_Anderson.jpg but I can`t figure out how to get the underscore in between the first name and surname. Thankful for help.
#2 : 14/05-25 16:04
Miguel
Posts: 186
Reply to #1:
Hi Nil
I think that with a Replace method you can do It.


Replace: (add an empty space)
Replace with:_


edited: 14/05-25 17:00
#3 : 14/05-25 19:17
Nils
Posts: 2
Reply to #2:
Worked fine. Thanks