serenity/Tests/LibRegex
Eli Youngs 87a961534f LibRegex: Prevent patterns from matching the empty string twice
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.
2023-01-06 13:52:21 -07:00
..
CMakeLists.txt Tests: Remove LibRegex benchmark test file that has become stale 2022-10-10 12:23:12 +02:00
Regex.cpp LibRegex: Prevent patterns from matching the empty string twice 2023-01-06 13:52:21 -07:00
RegexLibC.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00