- 0 Talk
-
API strupper
Make all the lower case characters in a string upper case.
string.upper(s) strupper(s)
Example
Edit
> = string.upper("Hello, Lua user!")
HELLO, LUA USER!
Make all the lower case characters in a string upper case.
string.upper(s) strupper(s)
> = string.upper("Hello, Lua user!")
HELLO, LUA USER!