WoW:API strupper: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
HELLO, LUA USER! | HELLO, LUA USER! | ||
---- | |||
{{WoW API}} |
Revision as of 05:57, 4 January 2006
string.upper(s)
Make all the lower case characters upper case.
> = string.upper("Hello, Lua user!") HELLO, LUA USER!