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