#1 2017-05-03 23:18

patriquepagano
Member
Registered: 2017-05-03
Posts: 2

Search and move date

Hi! really sorry my bad english..

I need to rename my comics directory some examples

askdhfads (2017)
blablalba (2003)
blablalbla (1980)
ytaysduia (1999)

to this

1980 blablalbla
1999 ytaysduia
2003 blablalba
2017 askdhfads

Need to localize any date inside ( ) remove numbers and move to first.

thank you very much to be here! and for this great software!

Last edited by patriquepagano (2017-05-03 23:19)

Offline

#2 2017-05-04 07:53

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

Re: Search and move date

Hi and welcome.

Try this

RegEx:
Expression: (.+) \((\d\d\d\d)\)$
Replace: $2 $1
[X] skip extension



 


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 2017-05-04 14:25

patriquepagano
Member
Registered: 2017-05-03
Posts: 2

Re: Search and move date

Stefan wrote:

Hi and welcome.

Try this

RegEx:
Expression: (.+) \((\d\d\d\d)\)$
Replace: $2 $1
[X] skip extension



 


Stefan, Really thank you for your help!!!!!!!!!! thanks for reply! thanks for your time! thanks for share!

thanks for this forum!

thanks to be here!

thanks for this great software!

Offline

#4 2017-05-04 15:04

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

Re: Search and move date

thanks for feedback!









 


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

Board footer

Powered by FluxBB