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