Returns given text in uppercase.
$upper(text)
$upper forces its parameter to uppercase characters.
$upper(foo) ;returns FOO $lower(bAr) ;returns bar