-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Hello, first of all I want to say thank you for the creation of this amazing app.
I have been using Bulk rename Utility and want to switch to Flut Reamer as a FOSS alternative.
One functionality I could not figure out how to do is truncating, or remove a string, starting from the end of the filename,
All truncation seems to start counting from the beginning of the filename,
I believe this feature will be useful to remove any regular length suffixes from the filenames.
The idea is I know the length of a regular suffix, but the length of the filename varies, as such I need to start counting form the end of the filename string, not the beginning
eg:
filename1_standard_suffix.ext
filename2-with-different-namelenght_standard_suffix.ext
in these cases i need to be able to start truncating from last position and counting backwards
Thank you once again.