如何将html-comment与preg_match_all(PHP)相匹配?

时间:2011-08-03 08:03:30

标签: php html regex comments

我有这个HTML文档:

<!--SETTINGS 
title: This is the title
keywords: dummy, title, longer keyword, another
description: This is the description of the page
 -->

dit is de home dit is de homedit is de homedit is de homedit is de home
dit is de home
dit is de home
dit is de home
dit is de homedit is de homedit is de homedit is de home
dit is de homedit is de homedit is de home

现在,我想在开头匹配评论。我认为我的正则表达式看起来像这样:

<!--SETTINGS([\s\S])*-->

当我在http://regexr.com?2ucae中进行测试时,一切似乎都应该如此。 当我把它放在PHP中时,我收到一个错误:Fout 101(net :: ERR_CONNECTION_RESET):连接丢失。

我做错了什么?

1 个答案:

答案 0 :(得分:1)

错误与正则表达式

无关

检查您的计算机是否存在恶意软件,并对ERR_CONNECTION_RESET

进行一些研究

示例:http://www.google.com/support/forum/p/Chrome/thread?tid=476f762a0f84017f&hl=en