Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

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!
Advertisement