WoW:API strupper

Revision as of 12:16, 26 May 2006 by WoWWiki>Mikk (Use Lua/Libshortcut template. Change category from "LUA Functions" to "Lua functions".)

Lua/Libshortcut

string.upper(s)

Make all the lower case characters upper case.

> = string.upper("Hello, Lua user!")
HELLO, LUA USER!

Template:LUA