Lua
C++
Edit

Lower

This function returns the lowercase version of the string.

Returns

Returns the string, converted to lowercase.

Example

local s = "John Smith"
Print(Lower(s))
Copyright © 2024 Ultra Software.
All rights reserved.