Renaming files - spaces at end

Get help. Get answers. Let others lend you a hand.

Moderator: Mr_Noodle

Renaming files - spaces at end Sat Sep 14, 2013 5:42 pm • by Presto
Hi, I'm trying to use a rename rule to delete spaces at the end of a filename, ie.
file .txt
to
file.txt
(the spaces are left there after various other rules have run to remove stuff)

Is there a pattern match for "end" like there is in a regex? Thanks
Presto
 
Posts: 1
Joined: Sat Sep 14, 2013 5:40 pm

Re: Renaming files - spaces at end Tue Sep 17, 2013 12:46 pm • by Mr_Noodle
You can try and set up your match pattern to match everything up to the spaces at the end and then rename using only that matched part. Since I don't know what exactly constitutes the part up to the spaces, I can give specific advice but hopefully that should get you started.
Mr_Noodle
Site Admin
 
Posts: 11255
Joined: Sun Sep 03, 2006 1:30 am
Location: New York City


Return to Support