WoW:API strupper

Revision as of 02:50, 14 February 2005 by WoWWiki>Sparsematrix
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
string.upper(s)

Make all the lower case characters upper case.

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