Show Output
Example of Changing First Character of String to Uppercase in PHP
"; $str2 = 'the Color of the Sky is Blue.'; echo ucfirst(strtolower($str2)); ?>