📅  最后修改于: 2022-03-11 14:47:38.282000             🧑  作者: Mango
\/\*.+?\*\/
use the above expression to remove /* CSS comments */
use the above expression to remove
((?:\/\*(?:[^*]|(?:\*+[^*\/]))*\*+\/)|(?:\/\/.*))
this one is a general expression to remove also //JS comment + /* CSS comment */