mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
87a961534f
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 |