Type Function Library string.* Return value String Revision Release 2021.3646 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!