nanos world API Reference Unofficial documentation
Function Shared Native

string.lower

Returns a copy of this string with all uppercase letters changed to lowercase.

Syntax

Lua
string.lower(str)

Parameters

Name Type Default Description
str string The string to convert.

Returns

  • string