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
402 stars 52 forks source link

RegEx matches ending in space fail to show in the page body #374

Open jon617 opened 2 years ago

jon617 commented 2 years ago

Issue Description

When doing a regex match that ends in a space, the matches are not highlighted in the page body.

Steps to Reproduce

  1. Example, go to www.porkbun.com and search for domain name: foobar
  2. When the results appear, try to search for 2-letter domain suffixes, using this expression: foobar\.[a-z][a-z]\s
  3. Search bar correctly shows 3 matches, but none of the matches are highlighted on the page. Pressing Next does not go to the next search result.

Tasks

Screenshots and Documentation

bug1