标签: php styles preg-match
我想检测样式标签和缩小样式标签内的CSS(删除所有空格等)。
preg_match("/\<style\>(.*)\<\/style\>/i",$str,$title);
检测到它,但有些创作者使用<style type="text/css">,我怎样才能检测到这些而不只是<style>?
<style type="text/css">
<style>