static long parseLeadingLong(String s) { int i = endOfLeadingInteger(s); ret i > 0 ? parseLong(takeFirst(i, s)) : 0; }