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
I recently noticed that JavaScript now allows local regex flag modifications quasi for a non-capturing group e. g. (?i:abc), including the flags i, m and s, all described on
Feature
I recently noticed that JavaScript now allows local regex flag modifications quasi for a non-capturing group e. g.
(?i:abc)
, including the flagsi
,m
ands
, all described onhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Modifier
It would be nice if Regex101 could also support this feature.
Currently this construct is still displayed as an error in the REGULAR EXPRESSION field.
Thank you!
The text was updated successfully, but these errors were encountered: