WoW:API strupper

Revision as of 22:43, 25 March 2010 by WoWWiki>Starlightblunder ({{luaapi}})

WoW Lua

Make all the lower case characters in a string upper case.

string.upper(s)
strupper(s)

Example

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