Reviews & Comments of Chrome Regex Search chrome extension

From October 28th, 2015 to June 10th, 2022, 36% user give 5-star rating, 18% user give 4-star rating, 14% user give 3-star rating, 15% user give 2-star rating, 17% user give 1-star rating. for Chrome Regex Search chrome extension.

Reviews of chrome regex search:


Nimrod Weinberg June 10th, 2022
Nimrod Weinberg

fails at basic searches even without regex


Alex Bush February 24th, 2022
Alex Bush

I give it a 5 simply because it works! An invaluable tool I am surprised is not built into the browser itself.


Benjamin Philipp December 14th, 2021
Benjamin Philipp

Almost there, but not quite...! I think it works reasonably well, except when contents are loaded in dynamically. In scenarios where a lot of potential hits are loaded in via XHR (XMLHttpRequest), this extension failed to find the new matches. This basically breaks the extension for content loaded in on modern sites. Could you please update it so any actual search takes the actual state of the DOM into account? Thank you for everything so far


Stepan Zubashev November 14th, 2021
Stepan Zubashev

It works, but I found it useless for my cases. Because it finds something only when the whole text is placed inside a one tag as is. If some of the words within the text are wrapped by an another inline tag - this extension ignores them. It means any highlights break the search.


SMB November 12th, 2021
SMB

No matter what page i am in, it says: Content script was not loaded. Are you currently in the Chrome Web Store or in a chrome:// page? If you are, content scripts won't work here. If not, please wait for the page to finish loading or refresh the page.


Pavel Kuzminov November 11th, 2021
Pavel Kuzminov

Better than standard search, sees the difference between v and w Regex functionality is great to have


Sh August 25th, 2021
Sh

doesnt work specifically on youtube's views inside a channel in 'Videos' tab


English Rain July 21st, 2021
English Rain

Awesome!!


Isaac King May 27th, 2021
Isaac King

Works fine on very simple pages, but seems to fail on hyperlinks and pdf documents.


Dave Dugal April 12th, 2021
Dave Dugal

Thanks for this extension! Just using it as a case-sensitive Ctrl-F is worth the install. Additional simple regex (e.g. ^) is icing on the cake.


Robby Barrier March 27th, 2021
Robby Barrier

I use this almost daily. It's the best regex search extension I've found! Make sure to check out the options if you need more than the default 500 results.


mostafa December 15th, 2020
mostafa

it doesn't support utf-8 characters. for example \w+ does not find any non-english characters. Ex: سلام is a Persian/Arabic word. if possible please add more feathers at least \p{xx} option, so we can use \p{L} instead of \w . also \p{L} will find all utf-8 characters. also for Chinese and other non-English languages it it an essential feature. you can see more details about \p feature in this link: http://www.pcre.org/pcre.txt


Chris Reynolds September 21st, 2020
Chris Reynolds

It worked, until I needed to add ":" to the search and it wouldn't work: Searching this character alone works: : But needing it as part of a search does not work: add_foreign_key\(:[a-z_]+, I can't escape it or find a way to search what I need. I switched to the "Find+" extension, which worked.


Anton Jörgensson August 11th, 2020
Anton Jörgensson

Highlight of text doesn't work.. waiting for fix!


チョコ August 3rd, 2020
チョコ

Two recommendations 1. Please add a match whole word button. We don't want to write \bword\b every time. 2. Please make case insensitive as default. Rather than case sensitive.


Vikram Rao December 4th, 2019
Vikram Rao

Really useful, and nice interface. (Also supports ^ and $ which surprised me)


Rony Utevsky November 24th, 2019
Rony Utevsky

Superb! How did I not know about it till now?! and why doesn't chrome have a built-in regex search?


風呂(Ray) November 6th, 2019
風呂(Ray)

requires a content script... potentially breaking websites. Find+ has no such requirements and does the same thing.


Jordy J. September 17th, 2019
Jordy J.

Thanks for this extension. Please add autocomplete with last search regexp so I don't have to pick it from history every single time. (This is the default settings for Chrome CTRL+F)


Akio Crimson August 23rd, 2019
Akio Crimson

Exactly what I was looking for, a tool or extension that lets me copy all matches to clipboard. Perfect!


Aaron Bell August 13th, 2019
Aaron Bell

Works on "static" page elements. Does not work on values in inputs and textareas.


rhsbscipio July 6th, 2019
rhsbscipio

Nonfunctional, as far as I can tell. Tested ctrl+f on multiple different pages, and not a single regex worked. Either there are unlisted steps needed to active regex searches, or it is just broken.


Hrushikesh Mohapatra March 22nd, 2019
Hrushikesh Mohapatra

Does not search patterns containing `=` example `def=0.0\)=[^0]`


Jenny Pittman March 13th, 2019
Jenny Pittman

I've just started using this, but already, wow, it works so well. You have to have knowledge of regular expressions to use it, but if you do, it's so helpful. Nice and easy to use.


Dejan t February 28th, 2019
Dejan t

How do I search for unique matches? Negative lookahead doesn't seem to work /(\w+\b)(?!.*\1\b)/


Jan Moucha January 5th, 2019
Jan Moucha

So far used it just once, but the fact that I was able to do exactly what I wanted to do on the first try made me laugh out with joy and amazement.


vzr November 27th, 2018
vzr

Very useful extension for developers! I regret because chrome don't have regex search already embedded.


Victor Ott September 10th, 2018
Victor Ott

Has some rough edges, but does the job. Has buttons to jump from occurence to occurence (both directions) and to enable/disable case insensitivity. That's useful.


Wynand Huizinga September 9th, 2018
Wynand Huizinga

Very Satisfied with this plugin. There is just 1 thing I'd like to see improved: I use shortcuts a lot and I'd love to replace my CTRL+F for normal search with CTRL+F for this Regex Search. Is there any chance that will become available?


M M September 5th, 2018
M M

Does what it says, it would be even better if you can map ctrl+f to it.


Luke Alexander June 27th, 2018
Luke Alexander

This works, but there are many important areas for improvement. The interface doesn't look great. Keybaord shortcuts aren't available to cycle through the search history. Positions of search results aren't highlighted in the scrollbar (as in the native search; I've found this an indispensable feature at times). Chrome keyboard shortcuts can't be used while the search bar is open, and it closes when you switch tabs, rather than remaining open for when you return to the tab, like the native search. These are all criticisms of usability, since I've had no issue with functionality; it performs regex searching well, and quickly. But the native search is much more ergonomic, with features this extension is lacking. I'll keep this extension, but maybe not use it regularly. It will be useful when I need the advanced searching that regex provides, but otherwise the native search is superior. Update: I've found another extension 'Regular Expression Search Bar', which shows real promise in dealing with the issues I have with this extension that I mention above, but suffers from serious performance issues. Maybe the developers of these two extensions could get together, adopting the interface and the useful features of 'Regular Expression Search Bar', but with the superiour searching performance of this one. The potential for a great extension is there.


KP June 24th, 2018
KP

Doesn't skip tags, like it should. Only appears to search contiguous text. That's not useful.


Sky Blue April 18th, 2018
Sky Blue

Haven't try other extension. This one is just enough and simple to use. Thanks!


Colton English March 21st, 2018
Colton English

Failed on the expression "FAILED$" (FAILED at the end of a line). This is a simple regex which should have located any place where FAILED is the last word on a line.


mahhov1 March 7th, 2018
mahhov1

downloaded specifically to find all instances of `\w===\w`, didn't work. played around a bit, realized that <anything>* would match with empty strings, rather than the expected greedy search most regex matchers would give.


jikeidann February 12th, 2018
jikeidann

Very good at what it does, it IS a regex search plugin for web pages. HOWEVER, on a personal note I specifically study large books at times (1000+ pages) and am always in the need for reviews and such and would really love if this regex were able to search within a pdf like the default chrome plugin does. Aside from that, there is no other regex choice on the market =). Good job rshen


David Kotschessa January 5th, 2018
David Kotschessa

Keep getting: Content script was not loaded. Are you currently in the Chrome Web Store or in a chrome:// page? If you are, content scripts won't work here. If not, please wait for the page to finish loading or refresh the page. Have restarted Chrome and run while not in any chrome:// page or web store. I am unable to use this extension. removing.


Michael Marchese January 4th, 2018
Michael Marchese

Doesn't work for almost every regex I try. For instance, here are 2 examples of failed regexes I tried on this page: https://pypi.python.org/pypi/pytest-mock 1. patch\(.*\) 2. API provided Parentheses don't work at all. That second one is just literal text. When that failed, I uninstalled.


Antoo December 19th, 2017
Antoo

outdated! no longer working :(


Lukasz Przewlocki October 28th, 2017
Lukasz Przewlocki

Works well, but it would be useful if the UI element was more persistent and had memory of previous searches. Otherwise the best of what I could find.


lyuboslav kanev October 28th, 2017
lyuboslav kanev

Does the work. Would be happier if there were shortcuts, like arrow up/down for iteration through previous searches, Alt + I to ignore case etc.


Jason Zhu October 8th, 2017
Jason Zhu

it's good for engineers to work on webpage with regex support. nice and succinct. Thanks


Brandon Richardson September 3rd, 2017
Brandon Richardson

Compared to the other extensions that advertise regex find-in-page functionality, this extension has one of the most pleasing user interfaces. It also appears as though the extension is still being supported and updated (by looking at the GitHub repo). However, trying to match a pattern against an inline piece of text spread over multiple elements does not work. It looks like this issue was brought up in GitHub, someone proposed a fix and it was merged, and then rolled back. Not sure what's going on there, but this issue should definitely be addressed if you want to keep people using your extension.


Daniel Kuang August 19th, 2017
Daniel Kuang

This extension is fantastic. It works perfectly fine if you know what you are doing. Most of the reviews rating it badly come from people who don't understand regex, the flavor of regex implemented by Chrome's JavaScript engine, or technical limitations associated with extensions in general.


Mavaddat Javid August 3rd, 2017
Mavaddat Javid

Works exactly as I wished it would!


Nicholas Alipaz May 25th, 2017
Nicholas Alipaz

My only request for improvement is to have highlighting use different colors for capturing groups. A regex of foo(bar) should highlight foo in yellow and bar in blue as an example. Further capturing groups would use different colors, I have seen regex testers online do this. With that last improvement I would give a solid 5 stars. It might also be worthy to note on the project page (or even within the module's options maybe) that if people want more extended regex capabilities they need to enable "Experimental Javascript" under chrome://flags. This enables lookbehinds.


Qihang Shi May 22nd, 2017
Qihang Shi

Lifesaver, literally. Cut down tons of irrelevant info during my job search.


Headley Thompson May 18th, 2017
Headley Thompson

For my simple needs it works great and will save me loads of time!


Tommy Carstensen April 21st, 2017
Tommy Carstensen

Works like a charm! Easy to use within seconds after refreshing the page.


Hans Lain April 13th, 2017
Hans Lain

Edit - is there a hot key to bring this up? Used to using ctrl-f to bring up search. Would like this as well for this extension. Review - Does what it needs to so far for me for basic searches. Thanks!


Dave Land March 20th, 2017
Dave Land

Does the job! • Correctly scrolls page to bring results into view when stepping through with [^] and [v] buttons. • Works immediately upon installation, without forcing you to restart the browser (as does the /other/ regular expression extension). • History feature is nice.


Crayon Violent February 22nd, 2017
Crayon Violent

Plugin seems to close and reset itself every time it loses focus. Also, the matching is "okay" if you are looking to regex match something that is within the same html elements. But this extension really starts to fall flat on its face when it comes to matching content that is wrapped around multiple html elements. For example on one site I try to match for 4\.[5-9]\s*\(1\d+\s*reviews?\) this is meant to highlight the products on a page that have a 4.5+ star rating and 10 or more reviews. But the rating number and the (# review) bit are wrapped in different html elements on separate lines, e.g. <span class="rating-number">4.9</span> <span class="ratings-count">(11 Reviews)</span> So no matter what i try, it fails to match (e.g. using [^(]+ instead of \s*). I know from a coding PoV this is probably not an easy thing to solve for but from a UX PoV I want an extension that will match for this sort of thing, regardless of what's going on under the hood!


George February 19th, 2017
George

Doesn't rebind CMD-f (not sure if this can be done, but it's annoying nonetheless) If you select text on web page, the extension is not restricted to your selected text. Scrolls you all the way to the first match, even if you are near the end of a long document.


Farhad Gholami February 15th, 2017
Farhad Gholami

The only problem so far (and the only need by me) was the content created by me in text boxes. it just search within loaded content.


A Google User January 24th, 2017
A Google User

It doesn't work.


George Weilenmann January 24th, 2017
George Weilenmann

Most regex does not work.


Dragon Fire January 21st, 2017
Dragon Fire

work but no highlight on scroll bar!! 工作但滚动栏没有高亮!烦


Rob Palkowski (DopeGhoti) December 22nd, 2016
Rob Palkowski (DopeGhoti)

I didn't know I needed this until I suddenly did, and now I'm wondering why this is not the default search. Very well done!


pratik mankar December 13th, 2016
pratik mankar

Does not perform lookbehind assertions. Example: Regex - (?<=foo)bar and (?<!foo)bar not working for text 'foobarbarfoo'


Scott Marquardt November 30th, 2016
Scott Marquardt

I wanted to use this for just one reason -- to find five-star Chrome extensions in web store search results, which had at least three digits worth of reviews within parentheses. The extension will not work on precisely one web site: the Chrome Store. :-\


Google User November 21st, 2016
Google User

Limited to 500 results.


Ethan Fischer November 15th, 2016
Ethan Fischer

Doesn't search in textboxes


Denis L November 11th, 2016
Denis L

Very good extension. It works as I need.


Aziz Almuhaisen November 11th, 2016
Aziz Almuhaisen

Nice. Clean. Works. Just what I needed. Thanks!


Mark Holtzhausen November 1st, 2016
Mark Holtzhausen

no control over regex flags


Juan José October 2nd, 2016
Juan José

Simple but works well. It would be great if it could also find in all tabs at once. It would be better if it had the option to disable case sensitiviness easily. And be able to still use chrome shortcuts with the box opened (such as ctrl+tab). And I have an idea for this extension or a new one: While searching remove all lines except the lines that contain the desired words.


John Smith August 19th, 2016
John Smith

EDIT: The new version 1.06 of this app adds a search history function which is the greatest thing since sliced bread. If I could give it ten stars, I would!!! ~ Works exactly as expected with no glitches. If I were king of the world, I would decree that RegEx take over Ctrl+F and become the default search tool, but that is a very minor quibble.


Vlad Zams August 18th, 2016
Vlad Zams

It would be great to have "Case Sensitive" check-box right next to the search_input_field. BTW It is possible to override 'Ctrl+F' shortcut. Before this was Chrome limitation. 1. Open 'chrome://extensions/' page in your browser 2. Go to 'Keyboard shortcuts' menu at the bottom-right of the page. 3. Find desirable extension and set shortcut to 'Ctrl+F'


Oliver Anteros August 12th, 2016
Oliver Anteros

Its nice, although would like to see options to set flags, or rather just have multiline, (^ and $ marking beginning and end of each line). As well it would be nice to have it hook the CTRL-F command. Still the best regex search plugin for chrome.


Rasmus Malver April 4th, 2016
Rasmus Malver

Very good. But would be nice if it'd could snatch the CMD+F shortcut from Chrome's incompetent monolingual american-language-only search.


Ben “C. R.” Leggiero January 5th, 2016
Ben “C. R.” Leggiero

Pro: Works as advertised; best regex search extension I've tried. Cons: UI is broken (at least on Mac OS). Doesn't support ^ and $ line anchors. Only finds first 500 results. No way to hook a keyboard shortcut to it. Doesn't search within frames.


Thanh Duong October 28th, 2015
Thanh Duong

This worked on more sites than Regex Search for me. I needed to do a lot of searches on Google Groups and this worked perfectly. The configuration of colors is a very nice feature. I love the compact design with input box + results count + next/previous buttons all in 1 place. It's functional and consistent with Chrome's built in search. Also, the input box even shows red when my regex is incomplete. To the developer, you've got to promote these features more (and with screenshots).