Files
ladybird/Userland/Libraries
Timothy Flynn 0f0ac37b56 LibRegex: Break from execution loop when the sticky flag is set
If the sticky flag is set, the regex execution loop should break
immediately even if the execution was a failure. The specification for
several RegExp.prototype methods (e.g. exec and @@split) rely on this
behavior.
2021-07-09 19:45:55 +01:00
..
2021-07-08 10:11:00 +02:00
2021-06-30 19:05:51 +02:00