hi, i'm coding in java. i want to know if there is any method available to check if the entered string contains only characters or numerics. is there any method available in java which is equivalent to isalpha() function in c
tedster
5:02 pm on Jun 7, 2001 (gmt 0)
Java is a very weak suit for me. However, I found this page [knosof.co.uk] about re-using C code in Java which indicates that: