blob: b553ad2f68bccd0c5d4fb6dba78735d418ce1cd4 [file] [log] [blame]
SYNOPSIS
string upper_case(string str)
DESCRIPTION
Convert all characters in str to upper case, and return the
new string.
EXAMPLES
upper_case("Heya!") -> "HEYA!"
SEE ALSO
capitalize(E), lower_case(E)