Is there a function in Java that can convert a string in "ALL CAPS" format to a string in proper format . for example I have a string as "PHYSCHO PATH" and I want to convert it to "Physcho path"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...east is east and west is west and if you take cranberries and stew them like applesauce
they taste much more like prunes than rhubarb does
This will always create a String where the first char is upper case, and the rest lower case, and also only converts the cases on the relevant substring.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.