sS dropLeadingDots(S s) { int i = 0; while (charAt(s, i) == '.') ++i; ret dropFirst(s, i); }