static bool startsWithNumber(S s) { ret startsWithInteger(s) || startsWithDotInteger(s); }