Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/02/2006, 15:02
Avatar de stock
stock
 
Fecha de Ingreso: junio-2004
Ubicación: Monterrey NL
Mensajes: 2.390
Antigüedad: 19 años, 10 meses
Puntos: 53
claro que si
Código:
String texto = "Eldiahoyeslunes"
int indice = texto.indexOf("dia");

if(indice != -1){
   System.out.println(texto.substring(indice,indice+("dia").length()));
}
and there u go!!

have funnnnnnnnn