Overrides AbstractString::lower
public function lower() : static { $str = clone $this; $str->string = strtolower($str->string); return $str; }