匹配html标记的正则
时间:2007-02-17 来源:PHP爱好者
匹配html标记的正则
<textarea id="htmlCode" rows="5" cols="50"><namespace:span id="1">'>" name= spanName /><span id="2"> <span id="3" /><span id="4"><span></span></span><span id="6" /><div></div></span><div><div></div></div><span id="5"></span></textarea><br /><script>function htmlTag(){re = /<(/s*)?((w+:)?w+)(w+(s*=s*((["'])(["'tbnr]|[^7])*?7|w+)|.{0})|s)*?(/s*)?>/igreturn htmlCode.value.match(re)}</script><button onclick="alert(htmlTag().join('n------------------------------------n'))">匹配</button>
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]
php爱 好者站 http://www.phpfans.net 文章|教程|下载|源码|论坛.
<textarea id="htmlCode" rows="5" cols="50"><namespace:span id="1">'>" name= spanName /><span id="2"> <span id="3" /><span id="4"><span></span></span><span id="6" /><div></div></span><div><div></div></div><span id="5"></span></textarea><br /><script>function htmlTag(){re = /<(/s*)?((w+:)?w+)(w+(s*=s*((["'])(["'tbnr]|[^7])*?7|w+)|.{0})|s)*?(/s*)?>/igreturn htmlCode.value.match(re)}</script><button onclick="alert(htmlTag().join('n------------------------------------n'))">匹配</button>
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]
php爱 好者站 http://www.phpfans.net 文章|教程|下载|源码|论坛.
相关阅读 更多 +