List of utility methods to do Char Digit Check
for (int idx = 0; idx < 10; idx++) { if (charAt == DIGIT[idx]) return true; return false;