58

How can I search for expressions like 'foo|bar' on webpages using browsers like Google Chrome or Firefox?

719016
  • 4,337

6 Answers6

27

For Google Chrome, you could install one of the following extensions:

  1. Regular Expression Searcher

    • To open the extension, press /.

    • To start searching, press Enter.

    • To jump to the next match, press N.

    • To jump to the previous match, press Shift + N.

  2. Regex Search

    • To open the extension, press Alt + Shift + F.

    • To start searching, press Enter.

    • To jump to the next match, click Next.

    • To jump to the previous match, click Prev.

After installing the extension, restart your browser. When testing the extension, note that extension are disabled by default on Chrome's "special" pages, such as New Tab or the Chrome Webstore.

done
  • 113
  • 5
Dennis
  • 49,727
17

Another option is VIMIUM.

The point of this Chrome plugin is to get Vim navigation on your Chrome pages, so you can use keys like J and K to scroll down the page.

However, since it is Vi-based, Vimium supports regular expressions.

Much like Vim, while looking at the page, type "/<regexp>, and it will start searching the page. I don't use it often (I use Ctrl + F much more), but when I need it, it is there and works.

To work with regexp while searching you need to turn it on in the plugin advanced options.

Thor
  • 3,970
  • -1: Doesn't do regex search, which is what OP asked for... – mgalgs May 14 '13 at 20:37
  • 1
    Yeah it does by "/" and your RegExp – Frank Merrow May 15 '13 at 22:22
  • 12
    Oh, looks you have to enable an option in the Vimium Advanced Options to turn on regex searching. Quite useful! Will upvote if you edit your answer to include mention of the fact that you have to enable it in the Vimium options. – mgalgs May 16 '13 at 00:25
  • 2
    The option in Vimium required for this to work is: 'Treat find queries as JavaScript regular expressions' – Rasmus Larsen Jul 29 '21 at 11:24
4

Firefox

I recently went looking for this very feature as I got tired of searching for a word and having to go through all the instances where the word I'm looking for is a sub-string of a larger word.

Regex Find is a nice lightweight extension which enhances the standard Firefox Find Bar by adding an option to treat the search term as a regular expression. It seems to be Open Source as it source code is available on GitHub.

I also like it because it works well with VimFx.

3

Here's a bookmarklet that'll highlight regular expression searches. It doesn't have incremental search like the native find box, but it does the job. Each new search is highlighted in a different color.

user
  • 1,177
1

Fastest Search is the best text search on a page and in all tabs:

Count, regular expressions, visualize & list result/find-as-you-type.

There is an optional instant web and history search in the URL bar. It has the best custom search, multi-tab preview for selected text, dnd image/lnk, and autocopy.

diimdeep
  • 822
1

Checkout the Fastest Search Firefox Addon.