Capitalize First Char of Each Word in a String Java - Stack Overflow
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 skeet -> Jon Skeet miles o'Brien -> Miles ......