How to rename these file names by Regex option?

Bulk Rename Utility How-To's

How to rename these file names by Regex option?

Postby Guy » Thu Jun 11, 2026 4:02 pm

Hi

I have to rename all episodes of "Supernatural" tv series by Regex option quickly. What's the parameters for this to get favorite result?

Example:

Original:
Supernatural_S01E01_720p_Bluray_x264_S_Exclusive_Sync_Dubbed_SaberFun

Renamed:
Supernatural - Season 1 - Episode 1 =


Thank you
Guy
 
Posts: 21
Joined: Wed Jan 19, 2022 8:27 am

Re: How to rename these file names by Regex option?

Postby Admin » Fri Jun 12, 2026 12:12 am

Admin
Site Admin
 
Posts: 3178
Joined: Tue Mar 08, 2005 8:39 pm

Re: How to rename these file names by Regex option?

Postby Guy » Fri Jun 12, 2026 6:19 am

Admin wrote:You can ask here:

https://bulkrename.software/help/



I forgot AI, nice AI assisstnat box, really helpful. Thank you! :wink:

The value for my case:

Match: (?i)^(.+?)[ _.\-]*[sS]0?(\d{1,2})[eE]0?(\d{1,2}).*

Replace: $1 - Season $2 - Episode $3 =
Guy
 
Posts: 21
Joined: Wed Jan 19, 2022 8:27 am


Return to How-To