static bool startsAndEndsWith(S a, char c) { ret startsWith(a, c) && endsWith(a, c) && l(a) >= 2; }