Assign to t the value of the string s, with all letters mapped to their upper case.
$t = uc $s;
import "strings"
t := strings.ToUpper(s)
let t = s.toUpperCase();
String t = s.toUpperCase();
local t = string.upper(s)
t := UpperCase(s);
t = s.upper()
t = s.upcase
let t = s.to_uppercase();
No security, no password. Other people might choose the same nickname.