예제 #1
0
 public function slice($start, $end = null)
 {
     return StaticString::slice($this->value, $start, $end);
 }