RegEx matches ending in space fail to show in the page body
Opened this issue · 0 comments
jon617 commented
Issue Description
When doing a regex match that ends in a space, the matches are not highlighted in the page body.
Steps to Reproduce
- Example, go to www.porkbun.com and search for domain name: foobar
- When the results appear, try to search for 2-letter domain suffixes, using this expression:
foobar\.[a-z][a-z]\s
- 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.