Wowpedia

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

READ MORE

Wowpedia
mNo edit summary
No edit summary
Line 7: Line 7:
   
   
  +
----
[[Category:API Functions|strlower]]
 
  +
{{WoW API}}
[[Category:API String Functions|strlower]]
 

Revision as of 05:57, 4 January 2006

string.lower(s)

Make uppercase characters lower case.

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



Template:WoW API