ToLower

From OxeyeWiki

Revision as of 23:16, 8 March 2009 by Jeb (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

WChar:toLower()

Creates a copy of the string in lower-case.

Parameter Expected Type Description
No parameters
Returns

Returns a new WChar object with the same string, but in lower-case.

Daisymoon GUI Lib

Example

   local text = WChar("ABCabc")
   local lc = text:toLower()
   print(text:toString()) -- "ABCabc"
   print(lc:toString())   -- "abcabc"
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox