rogershen / chrome-regex-search

Other
272 stars 56 forks source link

Support Anchor Characters in Pattern #67

Open shawalli opened 2 years ago

shawalli commented 2 years ago

Regular Expression patterns should be able to use ^ and $ characters to denote the start and end of the line, respectively. However, these characters cause the pattern to not match at all.