Help to remove date

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

Help to remove date

Postby abedooo » Mon Apr 01, 2019 3:35 pm

hello
i've many files format such

myfile (2019-03-31 2_50_53 PM).html
myfile (2019-04-01 10_03_17 AM).html

i want to remove all number and letters that is between ()
thanks :)
abedooo
 
Posts: 10
Joined: Mon Apr 01, 2019 3:29 pm

Re: Help to remove date

Postby therube » Mon Apr 01, 2019 9:24 pm

See if this gets it...

1:RegEx
Code: Select all
Match:  (.*)\s\(\d\d\d\d-\d\d-\d\d\s.*[AP]M\)
Replace:  \1



Note that using your sample file names, if they are in the same directory, you'll end up with "duplicates".
Renaming Options -> Prevent Duplicates, may help in that regard.
therube
 
Posts: 1314
Joined: Mon Jan 18, 2016 6:23 pm

Re: Help to remove date

Postby abedooo » Tue Apr 02, 2019 11:38 am

Wow
thank you so much
worked :)
abedooo
 
Posts: 10
Joined: Mon Apr 01, 2019 3:29 pm


Return to BRU Support