Files
ladybird/Libraries/LibRegex/RegexByteCode.cpp
Ali Mohammad Pur 637d47ba30 LibRegex: Add an optimisation for replacing /.*x/ with a seek op
This will avoid some catastrophic backtracking by just skipping to 'x'.
2026-01-05 18:22:11 +01:00

63 KiB