any wat to convert all caps in word to capitalize only the first letter of each word?

kermalou

Diamond Member
Jun 22, 2001
6,237
0
0
i have bunch of addresses and want to only capitalize the first letter of each word instead of all the letters in the word?
 

kermalou

Diamond Member
Jun 22, 2001
6,237
0
0
now, i have the font all caps and just want the first letter of each word in caps
 

kermalou

Diamond Member
Jun 22, 2001
6,237
0
0
sorry not the font;

i want to change

THE BROWN FOX JUMPS OVER THE ***

to

The Brown Fox Jumps Over The ***.
 

yllus

Elite Member & Lifer
Aug 20, 2000
20,577
432
126
Have notfred code you a quick perl script. I could but I'm far too lazy.
 

mugs

Lifer
Apr 29, 2003
48,920
46
91
It would help if you told us what application you're working in. If it's Excel, use =Proper(cellname)
 

AFB

Lifer
Jan 10, 2004
10,718
3
0
Sure , it would be simple to do with PHP. Want me to code it for you?
 

RagingBITCH

Lifer
Sep 27, 2003
17,618
2
76
Originally posted by: kermalou
now, i have the font all caps and just want the first letter of each word in caps

Are you so worthless you missed the option right below it?