How to Capitalize first letter of each word (PROPER CASE)

Bulk Rename Utility How-To's

Re: How to Capitalize first letter of each word (PROPER CASE)

Postby therube » Mon May 22, 2023 4:23 pm

Though the problem the OP is running into is different.

Code: Select all
this fine:
the flag is very small-1 -> The Flag Is Very Small-1

though he wants this:
thE flAg iS veRy smAll-2 -> ThE FlAg IS VeRy SmAll-2

and instead he gets this:
thE flAg iS veRy smAll-2 -> The Flag Is Very Small-2
therube
 
Posts: 1319
Joined: Mon Jan 18, 2016 6:23 pm

Re: How to Capitalize first letter of each word (PROPER CASE)

Postby Admin » Tue May 23, 2023 5:01 am

That can be done easily with Javascript.
Admin
Site Admin
 
Posts: 2354
Joined: Tue Mar 08, 2005 8:39 pm

Re: How to Capitalize first letter of each word (PROPER CASE)

Postby thecubefarm » Tue May 23, 2023 9:16 pm

RanaVerde wrote: Try (case4) "Title Enhansed'
[/quote]

Command not available in command line version.
thecubefarm
 
Posts: 10
Joined: Wed May 10, 2023 7:47 pm

Previous

Return to How-To