-
Notifications
You must be signed in to change notification settings - Fork 83
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
Regex Multiline #24
Comments
Hello! The definition for Honestly the behavior is counter-intuitive, but it's an edge case that I maintain for compatibility with the other Javascript engines (including C#, Python, and PCRE). I recently added an If I misunderstood please provide a code example so I can review it in more detail. Thanks! |
Sorry, just spotted this. I'd like that fixed at least for ECMAScript mode if possible. Thanks! |
I’ll have to put this change behind the RE2 or EMCAScript options. I might have some time to do it this week. |
Thanks! |
a regex= ^(ac|bb)$\n, but this i dont use option Multiline,I think it will error when MustCompile,but it not ,and can match string "ac\n",so how can i do ,it will throw an error
The text was updated successfully, but these errors were encountered: