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
..
src LibRegex: Use Unicode ID_Start/ID_Continue for named group names 2026-04-08 07:31:54 -04:00
build.rs Meta: Make Rust FFI headers reproducible 2026-03-31 15:59:04 +02:00
Cargo.toml LibRegex/Rust: Add the ECMA-262 regex engine 2026-03-27 17:32:19 +01:00
cbindgen.toml LibRegex/Rust: Add the ECMA-262 regex engine 2026-03-27 17:32:19 +01:00