firasdib / Regex101

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

A critical error has occurred while writing pattern in Regular Expression text box #2098

Closed zack-aman closed 1 year ago

zack-aman commented 1 year ago

Bug Description

Writing pattern ^.*\Qaman@gmail.com\E.*$ in Regular Expression text box resulted in white screen with message A critical error has occurred

Reproduction steps

Write ^.*\Qaman@gmail.com\E.*$ in Regular Expression text box

Expected Outcome

Process pattern successfully

Browser

Include browser name and version Safari Version 16.4

OS

Include OS name and version macOS ventura 13.3.1

Yaronkr commented 1 year ago

Seems like this error is for any pattern

firasdib commented 1 year ago

Looks like https://github.com/firasdib/Regex101/issues/2094 -- pushing a fix now.