static bool startsWithDotInteger(S s) { if (!startsWith(s, ".")) false; ret startsWithInteger(substring(s, 1)); }