string.upper

Converts a string to upper-case

Prototype

s = string.upper (str)

Description

Returns the string converted to upper-case.

string.upper ("ABCdef") --> ABCDEF

Lua functions

Topics