Exemplo n.º 1
0
 /**
  * Removes any non-UTF-8 characters.
  *
  * @return String The cleaned string.
  */
 public function clean()
 {
     return new static(static::$helper->clean($this->string));
 }