Files
ladybird/Libraries/LibRegex
Andreas Kling a03d1f8a5f LibRegex: Fix greedy \w and \W ignore-case handling
Keep the greedy built-in class fast path aligned with the regular VM
matcher for non-Unicode regexps. Without this, /\w+/i and /\W+/i
wrongly applied Unicode ignore-case behavior in the optimized loop.
2026-03-27 17:32:19 +01:00
..