Page 1 of 1

Renaming files - spaces at end

PostPosted: 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

Re: Renaming files - spaces at end

PostPosted: 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.