WoW:API strupper: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Use Lua/Libshortcut template. Change category from "LUA Functions" to "Lua functions".) |
||
Line 1: | Line 1: | ||
{{:Lua/Libshortcut|strupper|string.upper}} | |||
string.upper(s) | string.upper(s) | ||
Line 6: | Line 7: | ||
HELLO, LUA USER! | HELLO, LUA USER! | ||
{{LUA}} | |||
{{ |
Revision as of 12:16, 26 May 2006
string.upper(s)
Make all the lower case characters upper case.
> = string.upper("Hello, Lua user!") HELLO, LUA USER!