mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibRegex: Support matching unicode multi-character sequences
This commit is contained in:
parent
5b7c9af340
commit
a49c39de32
Notes:
github-actions[bot]
2025-11-26 10:35:48 +00:00
Author: https://github.com/aplefull
Commit: a49c39de32
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6867
Reviewed-by: https://github.com/alimpfard ✅
7 changed files with 462 additions and 34 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue