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
Fix rendering of max. quantifier in regexes (#457)
There are many different syntaxes for regular expressions. Some of them
require the min. quantifier to be explicitly specified as 0 even if only
the max. quantifier is given. To comply with such syntaxes, we
explicitly render the max. quantifier without a min. quantifier as
`{0,m}`.
0 commit comments