Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
正規表現を使用して、phpの HTML コメント <!--REMOVEの間のすべてを削除しようとしています。-->誰か手を貸してくれませんか
<!--
-->
$str = preg_replace('/\<!--.*\-->/', '', $str);
試すpreg_replace('/<!--.*-->/sU', '', $str);
preg_replace('/<!--.*-->/sU', '', $str);