s = string.upper (str)
Returns the string converted to upper-case. string.upper ("ABCdef") --> ABCDEF
string.upper ("ABCdef") --> ABCDEF