static int parseEnglishNumberOrInt(S s) { if (isInteger(s)) ret parseInt(s); ret parseInt(parseEnglishNumbers(s)); }