Files
ladybird/Tests
Timothy Flynn 345ef6abba LibRegex: Support ECMA-262 Unicode escapes of the form "\u{code_point}"
When the Unicode flag is set, regular expressions may escape code points
by surrounding the hexadecimal code point with curly braces, e.g. \u{41}
is the character "A".

When the Unicode flag is not set, this should be considered a repetition
symbol - \u{41} is the character "u" repeated 41 times. This is left as
a TODO for now.
2021-07-23 23:06:57 +01:00
..
2021-07-14 13:12:25 +02:00
2021-05-15 11:02:04 +01:00
2021-07-14 13:12:25 +02:00
2021-07-14 11:26:34 +04:30