@SeymourPoler
String.prototype.trim = function () { return this.replace(/^\s+/, '').replace(/\s+$/, ''); }
No hay comentarios:
Publicar un comentario