Quantcast API strupper - WoWWiki - Your guide to the World of Warcraft
Recent changes Random page
GAMING
Gaming
 
StarCraft Wiki
Super Smash Wiki
Halopedia
Diablo Wiki
FFXIclopedia
Grand Theft Wiki
See more...

API strupper

From WoWWiki

Jump to: navigation, search

"strupper" is a shortcut for the standard Lua library function "string.upper". They can both be used interchangeably.

string.upper(s)

Make all the lower case characters upper case.

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


 


This is a Lua function and documented as part of the World of Warcraft API

Rate this article:
Share this article: