Ver Mensaje Individual
  #4 (permalink)  
Antiguo 25/05/2007, 23:50
GreenEyed
 
Fecha de Ingreso: octubre-2003
Mensajes: 3.578
Antigüedad: 21 años, 6 meses
Puntos: 51
Re: Diferenciar letras de numeros

Con lo bonito que es usar el API...

http://java.sun.com/j2se/1.4.2/docs/...l#isDigit(char)
Cita:
public static boolean isDigit(char ch)

Determines if the specified character is a digit.