ladybird/Tests/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
..
CMakeLists.txt CMake: Rename serenity_* helper functions/macros to ladybird_* 2025-07-03 23:19:41 +02:00
TestRegex.cpp LibRegex: Track optional capture groups for match_length_minimum 2026-02-26 13:50:11 +01:00