mirror of
https://github.com/RGBCube/serenity
synced 2026-01-15 10:51:00 +00:00
Previously, if a pattern matched the empty string (e.g. ".*"), it would match the string twice instead of once. Among other issues, this caused a Regex replacement to duplicate its expected output, since it would replace "both" empty matches. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Regex.cpp | ||
| RegexLibC.cpp | ||