3v4l.org

run code in 300+ PHP versions simultaneously
<?php $comment = ' <!--this is comment <!--and this as well and end-- of comment is!-->right now-->'; preg_match('/(\<!--\s*.*?((--\>)|$))/im', $comment, $matches); var_dump($matches);

preferences:
50.72 ms | 402 KiB | 5 Q