static S stdCase(S s) { ret s == null ? null : toLowerOfToUpper(s); }