rogershen / chrome-regex-search

Other
272 stars 56 forks source link

i cant search for '+++' #16

Closed two-dogs closed 6 years ago

two-dogs commented 7 years ago

System: Host: linux-fcke Kernel: 4.12.8-1-default x86_64 bits: 64 gcc: 7.1.1 Desktop: KDE Plasma 5.10.4 (Qt 5.9.1) dm: sddm,sddm Distro: openSUSE Tumbleweed 20170822

Information for package google-chrome-beta:

Repository : google
Name : google-chrome-beta
Version : 61.0.3163.59-1
Arch : x86_64
Vendor : Google Inc.
Installed Size : 343.7 MiB
Installed : Yes
Status : up-to-date
Source package : google-chrome-beta-61.0.3163.59-1.src Summary : Google Chrome (beta)
Description :
The web browser from Google

Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier.

using extension https://chrome.google.com/webstore/detail/chrome-regex-search/bpelaihoicobbkgmhcbikncnpacdbknn/support?utm_source=chrome-app-launcher-info-dialog

tested on this site https://cgit.kde.org/konversation.git/commit/?id=72de2027f3d3e7a0c48aef6acd666e04fc0b19b1

AdrianSchneble commented 7 years ago

Did you search for "+++" or "\+\+\+"? You'd need the latter one, since "+" is a quantifier (i.e. a special char that has to be escaped with "\") in regex.