#1 2013-01-23 18:27

Heraclides
Member
Registered: 2013-01-23
Posts: 2

How to change "701" to "7x01"

Hello, first of all thanks for this fantastic software.
I´ve just installed it and i´m trying to modify my archives from 701 to 7x01, example:

Stargate701
Stargate702
.
.
TO
Stargate 7x01
Stargate 7x02
.
.

OR

Stargate DVDrip 701
Stargate DVDrip 702
.
.
TO
Stargate DVDrip 7x01
Stargate DVDrip 7x02
.
.

As simply as it is, but can´t, any help?
Thank you

Last edited by Heraclides (2013-01-23 18:29)

Offline

#2 2013-01-23 20:12

Stefan
Moderator
From: Germany, EU
Registered: 2007-10-23
Posts: 1,161

Re: How to change "701" to "7x01"

Hi welcome.

FROM:
Stargate701
Stargate702
Stargate DVDrip 701
Stargate DVDrip 702
Stargate 123 DVDrip 701

TO:
Stargate7x01
Stargate7x02
Stargate DVDrip 7x01
Stargate DVDrip 7x02
Stargate 1x23 DVDrip 7x01

WHAT is here the rule? Match just any group of three digits? Ok, here we go:


USE:
RegEx Rule: Replace expression "(\d)(\d\d)" with "$1x$2" (skip extension)



To match only the three trailing digits use:
RegEx Rule: Replace expression "(\d)(\d\d)$" with "$1x$2" (skip extension)



WIKI for more info:
http://www.den4b.com/wiki/ReNamer:Rules:RegEx
http://www.den4b.com/wiki/ReNamer:Regular_Expressions


HTH?


Read the  *WIKI* for HELP + MANUAL + Tips&Tricks.
If ReNamer had helped you, please *DONATE* to Denis or buy a PRO license. (Read *Lite vs Pro*)

Offline

#3 2013-01-24 17:56

Heraclides
Member
Registered: 2013-01-23
Posts: 2

Re: How to change "701" to "7x01"

Yes, that´s all i want, thanks a lot.

Offline

Board footer

Powered by FluxBB