sS emptyIfLongerThan(int max, S s) {
  ret l(s) > max ? "" : s;
}