Remove *.* from filename

Advanced Renamer forum
#1 : 15/06-17 16:29
Claudio
Claudio
Posts: 6
My file is: Asterix (Europe) (En,Fr,De,Es,It) [Mattel] (!) (b) [SA023][Echelon]{Prototype}.zip

I need: Asterix.zip

My target is removing any letter,word,number, sign from () [] {} and () [] {} too.

How to make this?

Actually I go to Remove Pattern and write all letters, words. Its very frustrant because have ~38k files

Can anyone help me?



Claudio


15/06-17 16:29
#2 : 17/06-17 21:17
G. Lambany
G. Lambany
Posts: 187
Reply to #1:
Well, it should be somewhat easy, really. Try this:

method: replace
text to be replaced: \s?(\[.+?\]|\(.+?\)|\{.+?\})\s?
replace with:
occurrence: All
Use Regular expression: Checked

cheers



17/06-17 21:17