Files
ladybird/Libraries/LibRegex/Rust
mikiubo afc0f8b495 LibRegex: Use Unicode ID_Start/ID_Continue for named group names
Switch to LibUnicode’s ICU-backed functions.
Keep the explicit checks for '$', '_', U+200C, and U+200D that
ECMAScript requires on top of the Unicode properties.

Add test coverage for both the newly accepted case
and regression guards for cases that must continue to work.
2026-04-08 07:31:54 -04:00
..