Wowpedia

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

READ MORE

Wowpedia
No edit summary
 
mNo edit summary
Line 5: Line 5:
 
> = string.lower("Hello, Lua user!")
 
> = string.lower("Hello, Lua user!")
 
hello, lua user!
 
hello, lua user!
  +
  +
  +
[[Category:API Functions|strlower]]
  +
[[Category:API String Functions|strlower]]

Revision as of 19:08, 27 August 2005

string.lower(s)

Make uppercase characters lower case.

> = string.lower("Hello, Lua user!")
hello, lua user!