Example #1
0
 /**
  * Removes all characters from the start of a string that are non-printable, such as whitespace.
  *
  * @return CUStringObject The trimmed string.
  */
 public function trimStart()
 {
     return CUString::trimStart($this);
 }