Remove chars!!

Advanced Renamer forum
#1 : 11/12-17 05:53
Claudio
Claudio
Posts: 6
Hi all,

I need a little help with trouble remove pattern.

My 3000 files look's like this:

Yu-Gi-Oh! Duel Monsters GX - Tag Force (Japan) (En,Ja,Fr,De,Es,It) (v1.02).7z

I need only this: Yu-Gi-Oh! Duel Monsters GX - Tag Force.7z

Remove anything after "force".

Any tips?

Thanks in advance.

Claudio Raphael


11/12-17 05:53
#2 : 11/12-17 09:19
Stefan
Stefan
Posts: 274
Reply to #1:
 
for EVERY file always   -after "force"-    ?



Or do you see any another rule, like after second word after the hyphen?
Or like start removing from first open parenthesis?




  


11/12-17 09:19 - edited 11/12-17 09:21
#3 : 11/12-17 11:17
Claudio
Claudio
Posts: 6
Reply to #2:

I like start removing from first open parenthesis.



Claudio


11/12-17 11:17
#4 : 11/12-17 12:09
Stefan
Stefan
Posts: 274
Reply to #3:
 
Remove everything after and including first open parenthesis:

FROM:
Yu-Gi-Oh! Duel Monsters GX - Tag Force (Japan) (En,Ja,Fr,De,Es,It) (v1.02).7z

TO:
Yu-Gi-Oh! Duel Monsters GX - Tag Force.7z



Try a Replace method
https://www.advancedrenamer.com/user_guide/metho d_replace


Find:
(.+?) \(.+

Replace:
\1

[x] Use regular expressions
Apply to: Name



HTH?


11/12-17 12:09 - edited 11/12-17 12:11
#5 : 11/12-17 13:06
Claudio
Claudio
Posts: 6
Reply to #4:

Many thanks for fast reply Stefan.

Its works perfectly.

I'm still learning, but there are many options.


Claudio



11/12-17 13:06
#6 : 15/01-18 11:59
Cynthia Angela
Cynthia Angela
Posts: 7
Remove Every thing after "Force".


15/01-18 11:59