You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ignore quantifiers when splitting comma-separated regexes (#8898) (#8901)
Do not split on commas if they are between braces, since that indicates
a quantifier. Also added a protection for slow implementations since
existing workarounds may result in long strings of chained regular
expressions.
Adjust existing test for invalid regex to be truly invalid
Co-authored-by: lihu <lihu.ben-ezri-ravin@portalinstruments.com>
(cherry picked from commit d28def9)
0 commit comments