Strings Php

   $msg = "text.";
   echo strtoupper($msg);
?>