Page 1 of 1

Multirename for filenames with trailing space

Posted: 08.10.2015, 18:37
by eric_verboven
Maybe this has been asked before....

I'm using FC XE2014 build 650.

I'm looking for a way how to Multirename filenames with a trailing space, just before the extension. I don't seem to be able to figure this out.

So, files like "Somename .txt" should become "Somename.txt"

Could someone point out how to do this? Thanks!!

Re: Multirename for filenames with trailing space

Posted: 08.10.2015, 18:53
by joby_toss
Try this for the Name field "[n,-1]" or searching for " ." and replacing it with "." (no quotes).

Re: Multirename for filenames with trailing space

Posted: 08.10.2015, 21:18
by eric_verboven
joby_toss wrote:Try this for the Name field "[n,-1]" or searching for " ." and replacing it with "." (no quotes).
Thanks, joby_toss, that appears to be doing the trick!