-
Hi there
According the hyperscan website hyperscan follows the regular expression syntax of the PCRE library. The regex `\N\.rocks` is causing an error in rspamd which is using hyperscan.
The …
-
This is a Julia 2.0 issue and definitely cannot be done in Julia 1.x. It would be good to move Regex functionality into a stdlib. This would allow not including PCRE (or whatever regex implementation …
-
So as stated in the title, I got the following error:
```
SyntaxError: Invalid flags supplied to RegExp constructor '?!ENET-RX|ENET-TX)\S+)_LBR_'
at new RegExp ()
at PCRE (/Users/xiaofa…
-
When I install nginx, there is a error:
```sh
./configure: error: the HTTP rewrite module requires the PCRE library. You can either disable the module by using --without-http_rewrite_module option,…
-
apr_pool_cleanup_register() is called at the very end of the function.
In case any problem occurs (e.g., regex cannot compile) we return immediately, so the cleanup is never performed.
apr_pool_cl…
-
We could in principle build in logic to detect whether `perl=TRUE` and interpret "regex or not" accordingly. One place this comes up in practice is for `'\
-
I firstly report but for Debian distro:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840774
but as man page provided upstream I've decided wrote here.
It is unclear what regex syntax supports …
-
The [`[insert_code`][insert_code] node has two attributes which contain regular expressions: `from_regex` and `to_regex`.
It would be nice to syntax highlight the RegEx string according to RegEx …
-
Based on the doc from https://github.com/arkime/arkime/tree/master/capture/plugins/lua I see multiple issues to implement an efficient tagging feature which is aware of the stream direction. E.g. find…
-
This may be a duplicate of #1219.
I see multiple issues being opened regarding Python syntax: #1271, #1403, #1404.
Should we offer users who choose Python as the flavor, a choice to select eith…