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