Regex finder

★★★★★
★★★★★
39 users
<
>
GRADED - Donald Trump OFFICIAL * Life & Times * 5-Card Premium Trading Card Set
★★★★★
★★★★★
REGELETO Class Jobs Pocket Chart with 70 Colorful Dry Erase Cards and 3 Hooks,Class Management Educational Pocket Chart Teacher's Helper Size: 24.5”
★★★★★
★★★★★
Pillowfort Kids Teddy Bear Plush Navy Throw | Target
★★★★★
★★★★★
Winmau Rhino Extra Thick White & Grey Darts Flights
★★★★★
★★★★★
Utilitech Off-White Quick Wire Connectors - Each
★★★★★
★★★★★
Surface Headphones 2+ for Business
★★★★★
★★★★★

Regex finder is a find/search tool that uses the new CSS Custom Highlight API. Dynamic web pages like YouTube should work in addition to static pages. The extension is targeted at advanced users who are already familiar with regex matching.

No bells and whistles are included. Matches are highlighted using red background color. Total match count is displayed to user.

Instructions:
Navigate to a web page and click the extension icon.
Type in a valid regex and press Enter or Find button to start matching.
Press the Stop button to remove highlights and to stop program execution.
Press Enter or Find to restart.
Press Next or Prev buttons to navigate through matches.
Use Chrome Task manager (Ctrl + Esc) in case of CPU consuming regex.

Known limitations:
- iframes are not supported
- soft hyphens may cause problems if not included in regex
- textarea elements are not supported because of restrictions in API. For instance, GitHub seems to use textarea in it's 'code' page.
- only tested with some English and Scandinavian websites
- currently there are "g" and "i" flags hard coded in regex object constructor, meaning global search and ignore case.
- hardcoded 9000 maximum matches.
Related