-
-
Notifications
You must be signed in to change notification settings - Fork 21
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 not working with beginning of line #13
Comments
I know why this occurs, I'll fix it in a couple of hours. It seems |
@nitely awesome, and thanks :) |
here is an alternative btw |
@nitely cool, thanks, that works in the meantime! |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Awesome work on nim-regex! There is one issue that I'm experiencing but may just be using incorrectly.
@genotrance and I are working on replacing nimgen's nre dependency with your pure Nim solution. However, there is one snag where your library performs something different than I expect.
Given the code:
The output is:
But I would expect it to be:
which is what I get if I directly replace
import regex
withimport nre
in the above code. Am I misunderstanding how the multiline is working?The text was updated successfully, but these errors were encountered: