Kommentar Supprimer Balise Skript HMTL en php regex

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