ladybird/Libraries/LibJS/Tests/builtins/RegExp
aplefull 5632a52531 LibRegex: Properly track code units in u-v modes
Previously, both string_position and view_index used code unit offsets
regardless of mode. Now in unicode mode, these variables track code
point positions while string_position_in_code_units is properly
updated to reflect code unit offsets.
2025-10-24 21:23:06 +02:00
..
RegExp.escape.js LibJS: Implement the RegExp.escape proposal 2024-12-05 13:56:21 +01:00
RegExp.js LibRegex: Properly track code units in u-v modes 2025-10-24 21:23:06 +02:00
RegExp.legacy.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
RegExp.prototype.@@match.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
RegExp.prototype.@@replace.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
RegExp.prototype.compile.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
RegExp.prototype.exec.js LibRegex: Add support for forward references to named capture groups 2025-10-16 16:37:54 +02:00
RegExp.prototype.flags.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
RegExp.prototype.hasIndices.js LibJS: Create match indices based on code unit length 2025-07-22 23:11:19 +02:00
RegExp.prototype.source.js LibJS: Escape line terminators in regex source 2025-10-24 13:24:55 -04:00
RegExp.prototype.test.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
RegExp.prototype.toString.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00