bool isDigitString(String s, [int offset = 0]) { return isDigitStringInRange(s, offset, s.length - offset); }