如何使用正则表达式从php文件中删除多行注释?我试过"/\*(.*\n)*\*/"但它失败了.它只是以"/*"开头,并在最后一次出现"*/"时停止.
php regex comments phpstorm
comments ×1
php ×1
phpstorm ×1
regex ×1