Bracket-Pair-Colorizer-2
Bracket-Pair-Colorizer-2 copied to clipboard
using brackets as characters in regex pattern, is interpreted as code brackets
As you can see in the images, a regex search using the pattern /(/ or /[(]/ thinks the bracket symbol is an opening of new brackets instead of a pattern to search. (in this case this is JavaScript)