fork download
  1. <?php
  2.  
  3. $string = 'Élcio Souza';
  4.  
  5. $newString = ucwords(mb_strtolower($string));
  6.  
  7. echo $newString;
Success #stdin #stdout 0.02s 25824KB
stdin
Standard input is empty
stdout
élcio Souza