Files
ladybird/Libraries/LibRegex
aplefull 6f1b7c8d50 LibRegex: Track optional capture groups for match_length_minimum
Backreferences can match the empty string when the referenced group
didn't participate in the match, so we shouldn't add their length to the
match_length_minimum, as it makes us skip valid matches.
2026-02-26 13:50:11 +01:00
..