Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support local regex flag modifications for JavaScript flavor #2404

Open
md-base-t opened this issue Jan 19, 2025 · 0 comments
Open

Support local regex flag modifications for JavaScript flavor #2404

md-base-t opened this issue Jan 19, 2025 · 0 comments

Comments

@md-base-t
Copy link

Feature

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

https://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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants