PHP удалить тег скрипта с строки

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