A mon tour de proposer : <?php // remplacement hors tag html moddé function html_replace($txt, $func) { $pos = strpos($txt, '<'); if (FALSE !== $pos) { $txt1 = substr($txt, 0, $pos); $txt2 = substr($txt, $pos); $txt1 = $func($txt1, $txt2); } else { $txt1 = ''; $txt2 = $txt; } $rplc = $func.'("\...