Remove blanks before the extension

Post any Bulk Rename Utility support requirements here. Open to all registered users.

Remove blanks before the extension

Postby torredipisa » Sat Apr 06, 2024 9:17 am

Hi
Cannot understand how remove any blank char before the extension of a file.
For example: aaaaaaa .dng
I would reach: aaaaaaa.dng
Any suggestion?
Thank you very much.
Fabio
torredipisa
 
Posts: 12
Joined: Thu Jul 28, 2022 11:28 am

Remove ending space(s)

Postby Luuk » Sun Apr 07, 2024 12:42 am

Remove(5) can use "Trim" to remove any leading and/or trailing spaces.
Replace(3) could use a "Replace" like \end\ | (without really needing the "|").
RegEx(1) with a v2 checkmark needs a "Match" like \ +$ (without really needing the "\").
Luuk
 
Posts: 706
Joined: Fri Feb 21, 2020 10:58 pm


Return to BRU Support