-
Notifications
You must be signed in to change notification settings - Fork 71
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
Add support for dotAll flag? #150
Comments
Just a question. Is the |
I'm only familiar with the JS backend. Which other backends do I need to check? |
I'd never given much thought to regex compat across backends before, it's a pretty tricky issue! Even without considering options the meaning of a regex could differ between backends. I was almost going to suggest regex should be split into its own |
I wasn't aware those packages were also used when targetting other languages. TIL :) |
The
dotAll
flag doesn't seem to be exposed in the Regex module. Could we add it?https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/dotAll
The text was updated successfully, but these errors were encountered: