Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Regex browser search? [closed]

Is there a way to use the "find" (Ctrl + F) function or something similar in a browser, but use a regular expression to search?

I have been looking through add-ons and the such, but I can't find anything to suit my needs. I have found tools to search the HTML source, but that's not as useful.

like image 261
ndc5057 Avatar asked Nov 25 '11 03:11

ndc5057


People also ask

Can I use regex in Ctrl-F?

To search with a regular expression:Choose Edit > Find and Replace, or press Ctrl-F (Cmd-F).

How do I search for a regular expression in Chrome?

{find+} is a powerful Find-in-Page extension for Google Chrome allowing you to search a web page or document by regular expression. It has been designed to look and behave much like the native CTRL-F tool, but extended with various useful features.

Does regex work in Google search?

Google Search Console has introduced the use of regular expression to filter results in the performance report. Using the custom filter option at the top of the performance report, you can apply a filter with regex using the Custom (regex) dropdown option.

What is regex on Google Search Console?

1 - What is a regular expression (Regex)? In Google Search Console, the Regex will allow you to filter the results of the most frequent queries and the most popular pages.


1 Answers

There's the Chrome extension 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.

and a slightly older and lower-rated extension, Regular Expression Search:

Search Page with Regular Expression

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

like image 90
David Hu Avatar answered Oct 23 '22 11:10

David Hu