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