Help for this page
Select Code to Download
Select
or
download this
$string = uc($string);
Select
or
download this
$string =~ tr/a-z/A-Z/;