Substituir - Replace
function substituir(texto,de,por){var regex = new RegExp(de, "g");return texto.replace(regex,por);}
Data | Autor | Changelog | Download |
---|---|---|---|
13/02/2006 4:18am | hinom | - | Versão 1.0 |
Data | Autor | Changelog | Download |
---|---|---|---|
13/02/2006 4:18am | hinom | - | Versão 1.0 |
Novo Comentário: