Example #1
0
 /**
  * Converts the first character in each word that there is in a string to uppercase and returns the new string.
  *
  * @return CUStringObject The converted string.
  */
 public function toTitleCase()
 {
     return CUString::toTitleCase($this);
 }