正则表达式浏览器搜索?

有没有办法在浏览器中使用“查找”(Ctrl F)功能或类似的东西,但是要使用 regular expression进行搜索?

我一直在寻找附加的东西,但是我找不到任何符合我需求的东西.我已经找到工具来搜索HTML源代码,但这并不有用.

Chrome扩展程序为 Regular Expresson Searcher

Search web pages using regular expressions

This extensions allows you to search web pages using regular expression. It uses VI-style
keystrokes.

和一个稍大和较低评级的扩展,Regular Expression Search

Search Page with Regular Expression

A simple search utility that allows you to search a web page using regular expression.

相关文章

jquery.validate使用攻略(表单校验) 目录 jquery.validate...
/\s+/g和/\s/g的区别 正则表达式/\s+/g...
自整理几个jquery.Validate验证正则: 1. 只能输入数字和字母...
this.optional(element)的用法 this.optional(element)是jqu...
jQuery.validate 表单动态验证 实际上jQuery.validate提供了...
自定义验证之这能输入数字(包括小数 负数 ) <script ...