file name extension renaming

Bulk Rename Utility How-To's

file name extension renaming

Postby novaphp » Thu Apr 11, 2024 12:42 am

How to rename files from

.htm to .php (but not .html)
novaphp
 
Posts: 1
Joined: Thu Apr 11, 2024 12:39 am

Convert extension .htm --> .php

Postby Luuk » Thu Apr 11, 2024 2:35 am

First to put a checkmark inside for the menu... Renaming Options, File/Folder Extensions, Rename File Extensions.
Then there can many different ways, but these are the probably the easiest...

Replace(3) could use Replace==\end\.htm and With==.php
RegEx(1) with a "v2" checkmark, can use Match==\.htm$ and Replace==.php

The checkmark for renaming extensions can be very dangerous, and is saved when exiting BRU!
So when finished renaming, Im usually remove it and then restart, just to make sure its gone.
Luuk
 
Posts: 706
Joined: Fri Feb 21, 2020 10:58 pm

Re: file name renaming

Postby Admin » Fri Apr 12, 2024 1:42 am

One more option , can also use Extension (11) 8)
Admin
Site Admin
 
Posts: 2355
Joined: Tue Mar 08, 2005 8:39 pm


Return to How-To