WoW:API strupper

WoW Lua

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

string.upper(s)
strupper(s)

ExampleEdit

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