codice:
testo.replace(//g, function(match, $1){
        alert($1); // tutti i (\w+) trovati
        return "pippo"
});