Assign to t the value of the string s, with all letters mapped to their lower case.
t := LowerCase(s);
import "strings"
t := strings.ToLower(s)
let t = s.toLowerCase();
t = s.toLowerCase();
local t = string.lower(s)
$t = lc $s;
t = s.lower()
t = s.downcase
let t = s.to_lowercase()
No security, no password. Other people might choose the same nickname.