Type Function Library string.* Return value String Revision Release 2024.3703 Keywords string, lower, lowercase See also string.upper()
Change uppercase characters in a string to lowercase.
Note that the definition of uppercase depends on the current locale.
print( string.lower( "Hello, Corona UsEr!" ) ) --> hello, corona user!