I have next string: "tHis IS test. hELLO woRld." and want to replace in: "This is test. Hello world."
$string = ucfirst(strtolower($string));