static bool containsTabs(S s) {
  ret contains(s, '\t');
}