We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following rule matches the string abcd and it shouldn't.
abcd
rule re { strings: $re = /abc[^d]/ nocase condition: $re }
The text was updated successfully, but these errors were encountered:
Fix issue #765.
96c01b1
Fix issue 765 (#767)
554b5df
* Fix issue #765. * Simplify logic of _yr_re_is_char_in_class
Fixed in 554b5df
Sorry, something went wrong.
No branches or pull requests
The following rule matches the string
abcd
and it shouldn't.The text was updated successfully, but these errors were encountered: