01/02/2006, 15:02
|
| | | Fecha de Ingreso: junio-2004 Ubicación: Monterrey NL
Mensajes: 2.390
Antigüedad: 20 años, 7 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 |