regexr icon indicating copy to clipboard operation
regexr copied to clipboard

When nearby matches are present, hard to see visually.

Open RukshanJS opened this issue 1 year ago • 0 comments

If the text is,

xx xy

for regex (x|y) then the separation of matching pattern between x and y letters is not clearly seen.

Expect: -Expect to see a color difference at least to show that [x] and [y] are separately matched, not as both together in a single match. This is not seen in current implementation. I was actually misled because of this. Had to proof with my notes - then saw the match is actually separate.

RukshanJS avatar Dec 04 '23 12:12 RukshanJS