brandon1024/find

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

Opened this issue · 0 comments

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