Change UPPERCASE only on part of file

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

Change UPPERCASE only on part of file

Postby jamm2005us » Thu Dec 22, 2022 2:35 am

Did I just not get it? I was looking for this subject on the HOW-To forum to no avail... :roll:

Simply put: I just want to capitalize only the second part of a file name. Something like from "North America" to "North AMERICA". I know it can be done, because I'm only now beginning to understand the full potential of BRU, but I haven't come to understand that part yet! :oops: :oops: :oops:
jamm2005us
 
Posts: 3
Joined: Sun Feb 21, 2021 6:53 pm

Re: Change UPPERCASE only on part of file

Postby Admin » Thu Dec 22, 2022 3:16 am

Try with RegEx (1)

Enable Simple in RegEx (1)

Then

Match: %1 %2
Replace: %1 \U%2

\U means uppercase
%1 %2 means match two words %1 and %2 around a space.
Admin
Site Admin
 
Posts: 2354
Joined: Tue Mar 08, 2005 8:39 pm

Re: Change UPPERCASE only on part of file

Postby jamm2005us » Thu Dec 22, 2022 4:01 am

Thank you so much! I just can't believe it was that easy! I really need to read a lot more!
jamm2005us
 
Posts: 3
Joined: Sun Feb 21, 2021 6:53 pm


Return to BRU Support