Files
ladybird/Userland/Utilities
Ali Mohammad Pur f364fcec5d LibRegex+Everywhere: Make LibRegex more unicode-aware
This commit makes LibRegex (mostly) capable of operating on any of
the three main string views:
- StringView for raw strings
- Utf8View for utf-8 encoded strings
- Utf32View for raw unicode strings

As a result, regexps with unicode strings should be able to properly
handle utf-8 and not stop in the middle of a code point.
A future commit will update LibJS to use the correct type of string
depending on the flags.
2021-07-18 21:10:55 +04:30
..
2021-05-15 23:51:50 +01:00
2021-06-30 19:05:51 +02:00
2021-07-15 11:16:58 +02:00
2021-07-15 11:16:58 +02:00
2021-05-05 15:12:30 +01:00
2021-07-04 14:27:47 +02:00
2021-07-09 20:15:40 +02:00
2021-05-24 00:01:01 +01:00
2021-06-13 17:05:48 +01:00