remove date

Post any Bulk Rename Utility support requirements here. Open to all registered users.

remove date

Postby abedooo » Mon Sep 30, 2019 11:03 am

hello
i've many files format such

myfile 22.05.2019 .mp4
myfile 19.05.13.mp4


i want to remove date
abedooo
 
Posts: 10
Joined: Mon Apr 01, 2019 3:29 pm

Re: remove date

Postby Admin » Tue Oct 01, 2019 2:08 am

i.e. remove everything after the last space?
Admin
Site Admin
 
Posts: 2343
Joined: Tue Mar 08, 2005 8:39 pm

Re: remove date

Postby therube » Tue Oct 01, 2019 6:24 pm

Depending on what you actually have on your end, perhaps...

1:RegEx
Code: Select all
Match:  (.*?)\s+(\d\d\.\d\d\.\d{2,4})
Replace:  \1



That would not match names that start with a year.
therube
 
Posts: 1314
Joined: Mon Jan 18, 2016 6:23 pm


Return to BRU Support