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.
HTMLコメントタグを削除したい
<!--QuoteEnd--></div><!--QuoteEEnd--> <!--hide me-->Abc<!--hide me-->
削除後
</div> Abc
echo preg_replace("/(<!--.+?-->)/s", "", "<!--QuoteEnd--></div><!--QuoteEEnd--> <!--hide me-->Abc<!--hide me-->");
出力