Remove part of file name multiple variables

Advanced Renamer forum
#1 : 14/12-18 11:31
Steve
Steve
Posts: 2
hi,

I need to delete the end of thousands of folder names all of different length and type. for instance folder name: cxxi.abcde fghijk lmnop I need to delete from and including the . onward.

any helps for setting a remove pattern from . and to the end of the file name?


thanks!!


14/12-18 11:31
#2 : 15/12-18 11:19
David Lee
David Lee
Posts: 1125
Reply to #1:
Use regular expression \..*


15/12-18 11:19