![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
14/12/2006, 14:25
|
| | Fecha de Ingreso: septiembre-2006
Mensajes: 1.193
Antigüedad: 18 años, 4 meses Puntos: 30 | |
Re: subString falla... me ayudas? o tambien asi
texto = "https://www.miwebsite.com/swf/archivo.swf";
desde = texto.indexOf(":");
hasta = texto.indexOf("/swf")-5;
mySubstring = texto.substr(desde, hasta);
trace(mySubstring); |