buscar y cambiar palabras de un string


/ Published in: ActionScript
Save to your folder(s)

LG


Copy this code and paste it in your HTML
  1. var nombre:String = "hola como estas"
  2. //
  3. trace(nombre.split("como").join("donde"))

Report this snippet


Comments


You need to login to view comments.