3v4l.org

run code in 300+ PHP versions simultaneously
<?php $content="aaa <!--[if (gt IE 9)|!(IE)]><!--> <html lang=\"en\"> <!--<![endif]--> bbb"; $tagOpen="<!--[if (gt IE 9)|!(IE)]><!-->"; $tagClose="<!--<![endif]-->"; $condition='/'.preg_quote($tagOpen).'.*?'.preg_quote($tagClose).'/i'; $content=preg_replace($condition, '$1', $content); echo htmlentities($content);

preferences:
42.01 ms | 402 KiB | 5 Q