Tema
:
Error: cannot find symbol
Ver Mensaje Individual
#
2
(
permalink
)
06/05/2016, 03:02
Profesor_Falken
Fecha de Ingreso: agosto-2014
Ubicación: Mountain View
Mensajes: 1.323
Antigüedad: 10 años, 3 meses
Puntos: 182
Respuesta: Error: cannot find symbol
Buenas,
Te falta el import para que puedas usar la clase Pattern.
Código Java:
Ver original
import
java.util.regex.Pattern
;
Lo mismo con la clase Matcher.
Un saludo
__________________
If to err is human, then programmers are the most human of us
Profesor_Falken
Ver Perfil
Buscar todos los Mensajes de Profesor_Falken