string.lower

Converts a string to lower-case

Prototype

s = string.lower (str)

Description

Returns the string converted to lower-case.

string.lower ("ABCdef") --> abcdef

Lua functions

Topics