mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-30 04:14:56 +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.
18 KiB
18 KiB