Change String case to Upper : String Case : String PHP Source Code


PHP Source Code » String » String Case »

 

Change String case to Upper



<?
$mixed_case_word = "Lower Case and Upper Case";
$lowercase = strtoupper($mixed_case_word);
print($lowercase);
?>

           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo String
» String Case