$(function(){ $('a.topictitle,h2.topic-title a,dd.lastpost a').each(function(){ if($(this).text().match(/^.*{[1-9][0-9]*}$/)) $(this).after($(this).text().replace(/^.*{([1-9][0-9]*)}$/,' Retour exposition')).text($(this).text().replace(/{([1-9][0-9]*)}$/,'')); }); });