Комментарий Supprimer Balise Script Hmtl en php regex

$html = preg_replace('#<script(.*?)>(.*?)</script>#is', '', $html);
Clever Chamois