This function returns the lowercase version of the string.
Returns the string, converted to lowercase.
local s = "John Smith" Print(Lower(s))