How can I search for expressions like 'foo|bar' on webpages using browsers like Google Chrome or Firefox?
6 Answers
For Google Chrome, you could install one of the following extensions:
- Regular Expression Search v2.6.0.0
After install, refresh the page to make extension work.
To open the extension's popup, press the
Ctrl + Shift + Fshortcut.In said popup, enable
case insensitivemode, using the first button that's beside the text-field.To start searching, type something then press the
Enterkey.To jump to the next or previous match, press related button, however, at time of writting has no shortcut for these.
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.
- 115
- 50,701
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.
- 4,043
- 332
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.
- 1,217
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,981
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.
- 12,326
- 822