This function returns the uppercase version of the string.
Returns the string, converted to uppercase.
local s = "John Smith" Print(Upper(s))