function validar(texto) { if (texto.match(/[^\sa-záéíóúñ]/gi)){ alert('Dato no válido'); return false; } return true; }