Quote Originally Posted by h_howee View Post
capitalize the first letter in the string
loop through the string to find spaces
capitalize the letter after each space
...and convert everything else to lowercase.