Files
ladybird/Userland/Libraries/LibJS/Runtime/RegExpObject.h
Andreas Kling 1db943e146 LibJS: Implement (mostly) String.prototype.match
JavaScript has a couple of different ways to run a regular expression
on a string. This adds support for one more. :^)
2021-03-14 11:04:50 +01:00

2.5 KiB