| Author |
String conversion
|
Bob Beasley
Greenhorn
Joined: Nov 06, 2002
Posts: 5
|
|
Any suggestions on converting a string to proper case? ex: bob becomes Bob I'm aware of string.toLowerCase() and string.toUpperCase() Thanks Bob
|
 |
Cindy Glass
"The Hood"
Sheriff
Joined: Sep 29, 2000
Posts: 8521
|
|
Well, Microsoft does that in MSWord and the NEVER seem to get it right :roll: Good Luck
|
"JavaRanch, where the deer and the Certified play" - David O'Meara
|
 |
Sayed Ibrahim Hashimi
Ranch Hand
Joined: May 17, 2001
Posts: 148
|
|
Here's what i got for ya: This only works for one word. I'm not sure exactly what you are trying to do, but I assume this will help a little.
|
SCJP 1.4<br /><a href="http://www.cise.ufl.edu/~sih" target="_blank" rel="nofollow">www.cise.ufl.edu/~sih</a>
|
 |
Neil Laurance
Ranch Hand
Joined: Jul 18, 2002
Posts: 183
|
|
Another example: Cheers, Neil :roll: :roll:
|
 |
 |
|
|
subject: String conversion
|
|
|