static int underscoreWordCount(S s) { ret countChar(s, '_')+1; }