LibRegex+LibUnicode: Add unicode string properties

This commit is contained in:
aplefull 2025-07-24 00:16:08 +02:00 committed by Tim Flynn
parent 8c8961171c
commit 7ce4abe330
Notes: github-actions[bot] 2025-10-24 17:26:08 +00:00
6 changed files with 139 additions and 40 deletions

View file

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