static bool hasLettersAllUpperCase(S s) { ret hasLetters(s) && !containsLowerCase(s); }