How to detele filename and left numbers only

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

How to detele filename and left numbers only

Postby enderangel » Fri Aug 18, 2017 5:23 am

I am trying to delete all those chinese words on the filename and left number on only, how can i do that? I can't because the words behind the numbers are not the same, thx

http://imgur.com/a/mITbn
enderangel
 
Posts: 2
Joined: Fri Aug 18, 2017 5:17 am

Re: How to detele filename and left numbers only

Postby KenP » Fri Aug 18, 2017 11:17 am

This will leave only the numbers, for instance ???? -62????.txt

RegEx (1)
Match: [^\d](\d+).[^\d]
Replace: \1



This will leave only the characters A to Z and/or a to z, for instance ???? -SP????.txt

RegEx (1)
Match: [^A-Za-z]([A-Za-z]+)[^A-Za-z]
Replace: \1
KenP
 
Posts: 199
Joined: Sat Jul 30, 2016 11:25 am

Re: How to detele filename and left numbers only

Postby enderangel » Sat Aug 19, 2017 9:54 am

omg it works, thx bro
enderangel
 
Posts: 2
Joined: Fri Aug 18, 2017 5:17 am


Return to BRU Support