static bool hasLettersAllUppercase(S s) { ret hasLetters(s) && noLowercase(s); }