Files
ladybird/Libraries/LibRegex/RegexMatcher.cpp
Jelle Raaijmakers 7f6b70fafb LibRegex: Use code unit length in Matcher<Parser>::match()
We were calling into `view.length()`, which potentially returned the
code _point_ length for Utf16Views. Make sure we use the code unit
length instead, since we're only indexing into code units.
2025-07-22 01:23:52 +02:00

22 KiB