LibRegex: Support matching unicode multi-character sequences

This commit is contained in:
aplefull 2025-11-09 13:35:16 +01:00 committed by Ali Mohammad Pur
parent 5b7c9af340
commit a49c39de32
Notes: github-actions[bot] 2025-11-26 10:35:48 +00:00
7 changed files with 462 additions and 34 deletions

View file

@ -40,6 +40,7 @@ bool code_point_has_white_space_property(u32 code_point);
bool is_ecma262_property(Property);
bool is_ecma262_string_property(Property);
Vector<String> get_property_strings(Property);
Optional<Script> script_from_string(StringView);
bool code_point_has_script(u32 code_point, Script script);