<?php $str = '24l95'; echo "Original String" . $str; $upperStr = strtoupper($str); echo "\n Upper Cased String: ".$upperStr;
You have javascript disabled. You will not be able to edit any code.