-
Notifications
You must be signed in to change notification settings - Fork 452
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
basic regex rule fails to match after updating to 0.2 #314
Comments
mhristache
changed the title
basic regex rule fails after updating to 0.2
basic regex rule fails to match after updating to 0.2
Jan 1, 2017
utkarshkukreti
added a commit
to utkarshkukreti/regex
that referenced
this issue
Jan 2, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a very simple function used to strip ansi formatting, which used to work fine with regex 0.1:
After updating to regex 0.2, I did a small change to the function to adapt to the new API (no syntax change):
... but now it fails to match the regex rule:
The strange thing is that it works if I replace with something instead of
""
, e.g. this works:The text was updated successfully, but these errors were encountered: