Comunidad de diseño web y desarrollo en internet online

str_replace en as

Citar            
MensajeEscrito el 21 Feb 2005 08:13 pm
Holas, me pregunto si existe en AS algo parecido a str_replace de PHP

Saludos

Por Smithy

159 de clabLevel



Genero:Masculino  

firefox
Citar            
MensajeEscrito el 21 Feb 2005 09:02 pm

Código :

//funcion
str_replace = function (anterior, nuevo, texto:String) {
   texto = texto.split(anterior).join(nuevo);
   return texto;
};
//Aqui como usarla
texto = "hola como estas hola que haces";
trace(str_replace("hola", "Hi", texto));


^^

Por Dano

BOFH

4273 de clabLevel

14 tutoriales
4 articulos
10 ejemplos

Genero:Masculino   Bastard Operators From Hell Premio_Secretos

Lugar estratégico para vigilarte

clabbrowser
Citar            
MensajeEscrito el 14 May 2011 03:28 pm

Dano escribió:

Código :

//funcion
str_replace = function (anterior, nuevo, texto:String) {
   texto = texto.split(anterior).join(nuevo);
   return texto;
};
//Aqui como usarla
texto = "hola como estas hola que haces";
trace(str_replace("hola", "Hi", texto));


^^



gracias estaba buscando algo asi !!, ahora podre programar el anti SPAM de los comentarios en mi pagina WEB !!.

Por hax_1000

Claber

211 de clabLevel



Genero:Masculino  

Actionscript, PHP.

opera

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.