I have my code removing the starting tags, but now I want to replace the ending
$content = preg_replace('#(.*?)#is', '$2', $content);
(.*?)