firasdib / Regex101

This repository is currently only used for issue tracking for www.regex101.com
3.21k stars 198 forks source link

wrong match #2132

Closed User4martin closed 10 months ago

User4martin commented 10 months ago

Bug Description

https://regex101.com/r/GbilM2/1

"y" is only matched in the captures (x|y(x|y(x|y){3,4}){3,4}){3,4}

But the website reports that "Group 1": 80-101 | yyyyyyyyyyyyyyyyyyyyy So there are lots of y before that.

The group should start after "a_"

Also the group should be 444 = 64 in length

Reproduction steps

https://regex101.com/r/GbilM2/1

Browser

Include browser name and version

Firefox and Chrome

OS

Win 10 64bit