$string = uc($string); [download]
$string =~ tr/a-z/A-Z/; [download]
In reply to Re: What is the best way to capitalize a string? by plaid in thread What is the best way to capitalize a string? by fundflow