brandon1024 / find

A find-in-page extension for Chrome and Firefox that supports regular expressions.
https://chrome.google.com/webstore/detail/find%2B-regex-find-in-page/fddffkdncgkkdjobemgbpojjeffmmofb
GNU General Public License v3.0
409 stars 53 forks source link

"Feature" request: an extension for searching number ranges on the page #320

Closed Joshfindit closed 4 years ago

Joshfindit commented 4 years ago

Description

find+ is awesome and has served well for many things, but what I was really looking for when I found it is something that lets me do things like:

Note: I was going to put more examples, but now with find+, I realize I'm probably almost always going to be searching for numbers, especially on ecommerce stores

brandon1024 commented 4 years ago

All of these can be accomplished using regular expressions, you just have to get a bit creative. Maybe have a look here.

Joshfindit commented 4 years ago

Oh certainly. regex can essentially accomplish anything, but it’s cumbersome for numbers, and un-glanceable for anything mildly complex.

I certainly respect your preference for regex so I won’t push it. But if you ever decide to put in a “numbers” mode, I’m there 🚀