php lcfirst
<?php
echo lcfirst("Hello world!"); // output hello world
?>
Dizzy Deer
<?php
echo lcfirst("Hello world!"); // output hello world
?>