static bool isSameOrPlusNumberIC(S s, S base) { if (!swic(s, base)) false; S rest = substring(s, l(base)); if (empty(rest)) true; if (!startsWithSpace(rest)) false; ret isInteger(ltrim(rest)); }