You are not logged in.
Pages: 1
Hello,
I need your help for this question:
How can I rename a lot of files like this "Catamaran on the beach in Madagascar_1920x1080" to this "Catamaran on the beach in Madagascar"?
Thanks
Last edited by Carlos_1959 (2024-06-26 15:06)
Offline
There are few different ways to achieve this. What have you tried so far?
You can try a simple Delete rule to delete everything from the right side up to the first underscore.
You can also use a Regular Expressions rule to make sure that you delete the right pattern. Find expression "_\d+x\d+\Z" and replace it with "" (empty).
Offline
Hello,
It´s solved, using the Delete rule.
Thank you
Offline
Pages: 1