Change example 1992 to example (1992)

Advanced Renamer forum
#1 : 30/05-18 23:32
Reza
Reza
Posts: 2
hi I want to add "(" and ")" to last four characters of my folders name
like
Capitan America 2010 ---->> Capitan America (2010)
tnx


30/05-18 23:32
#2 : 31/05-18 12:43
Domi
Domi
Posts: 27
Reply to #1:
I would use "Replace"-method:

Text: (.*)([0-9]{4})$
Replace with: \1(\2)
Use regular expressions: on


31/05-18 12:43
#3 : 01/06-18 22:48
Reza
Reza
Posts: 2
Reply to #2:
TNX, TNX, TNX


01/06-18 22:48