匹配搜索引擎的title和快照的正则表达式

来源:互联网 发布:苹果54g网络破解 编辑:程序博客网 时间:2024/06/11 21:48

360搜索匹配下一页的正则表达式

<a\sid=\Wsnext\W\shref=\W*\w*(.){1,500}>下一页</a>

360搜索匹配快照的正则表达式

http://(\w*\W){1,10}url=http(\W*\w*){1,10}\W360webcache.com(\W\w*){1,80}(\W\w*){1,80}=haosou"\starget=(\W*\w*)"(.)class="\w*">快照

360搜索匹配title的正则表达式

<h3\s{1,2}class=\W\w*-title\s?\W*(\w*\W){1,99}(.){1,500}/h3>

百度搜索匹配快照的正则表达式

decoration:none;">\shref="([\s\S]*?)"\s*?target="_blank"\s*?class="m">百度快照</a>

百度搜索匹配title的正则表达式

<h3\sclass="t"([\s\S]*?)</h3>
0 0