Is there a function built into Java that capitalizes the first character of each word in a String, and does not affect the others?
Examples:
jon
For those of you using Velocity in your MVC, you can use the capitalizeFirstLetter() method from the StringUtils class.
capitalizeFirstLetter()