-
Hello guys,
I'm having a hard time getting Duckling to run properly on Windows and I hope you can point me in the right direction.
Starting from the master branch, I've done some minor modific…
-
### Is your feature request related to a problem? Please describe.
1. "pregMatch", what preg mean? under the hood it is just regex, replace "preg" with "regex" what will be more understatemenable f…
-
Languages often have patterns that reappear in multiple places, like identifiers or argument-lists.
These can have quite some length to it and may make the match-expression as a whole less readable.
…
-
When I test with DFA mode regex match with case:
```regex
^(?i:(?:[a-z]{3,10}\s+(?:\w{3,7}?://[\w\-\./]*(?::\d+)?)?/[^?#]*(?:\?[^#\s]*)?(?:#[\S]*)?|connect (?:\d{1,3}\.){3}\d{1,3}\.?(?::\d+)?|option…
-
First report: https://github.com/coreruleset/coreruleset/issues/3266 (reporter: @leveryd)
### Describe the bug
Rules with the `rx` operator matching the "start of line" metacharacter (`^`) behave …
-
Current popular regex engines like `java.util.regex` or `PCRE` support greedy, lazy and possessive quantifiers. The current .NET regex engine does only support the former two. Though possessive quanti…
-
I have been successfully using the grains_pcre matcher in my top file for matching grains, in my case for roles i.e.
Roles grain:
```
roles:
- roleA
- roleB
- roleC
```
Top file:
```
'roles:…
-
The Rebar regex benchmarks have been updated to 8.0. The good news is that we are now in aggregate faster than PCRE on this benchmark, apparently, and faster than Rust regex on a few individual benchm…
-
# syslog-ng
## Version of syslog-ng
3.25 (PE 7.0.19)
## Platform
CentOS
## Debug bundle
N/A
# Issue
When trying to configure a rewrite rule with a combination of the list-nth and list-se…
-
### Tool Name and Version
gcc 13.0.1
### Code Report
```plain
./haproxy -f examples/socks4.cfg -c
Configuration file is valid
=================================================================
…