ladybird/Libraries/LibRegex
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
..
Rust LibRegex: Use Unicode ID_Start/ID_Continue for named group names 2026-04-08 07:31:54 -04:00
CMakeLists.txt AK: Adopt mimalloc v2 as main allocator 2026-04-08 09:57:53 +02:00
ECMAScriptRegex.cpp LibRegex: Respect V8 astral literal lastIndex behavior 2026-03-27 17:32:19 +01:00
ECMAScriptRegex.h LibRegex: Respect V8 astral literal lastIndex behavior 2026-03-27 17:32:19 +01:00
RustRegex.cpp LibRegex: Use Unicode ID_Start/ID_Continue for named group names 2026-04-08 07:31:54 -04:00
RustRegex.h Meta: Remove ENABLE_RUST build configuration option 2026-04-02 22:59:42 +02:00