mirror of
https://github.com/RGBCube/serenity
synced 2026-01-17 12:51:00 +00:00
[^XYZ] is not(X | Y | Z), we used to translate this to not(X) | not(Y) | not(Z), this commit makes LibRegex interpret this pattern as not(X) & not(Y) & not(Z). |
||
|---|---|---|
| .. | ||
| Benchmark.cpp | ||
| CMakeLists.txt | ||
| Regex.cpp | ||
| RegexLibC.cpp | ||