The order is : 0-9A-Za-z
which means to test if a string is fully numerical, you can also test if it's < "A"
The order is :
0-9A-Za-z
which means to test if a string is fully numerical, you can also test if it's < "A"