I have a lot of file names where they use dashes. I would like to remove everything past the last dash in the filename. Example:
01 - description title -12345.mp3
I want to remove the -12345 part. So the file name would look like:
01 - description title.mp3
Multi-rename to replace characters reading right to left
Moderators: Hacker, petermad, Stefan2, white
Re: Multi-rename to replace characters reading right to left
This should work.
Search for:
Replace with:
[ ] E
[X] RegEx
Regards
Dalai
Search for:
Code: Select all
(.+)\s*-.+
Code: Select all
$1
[X] RegEx
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror