notepad-plus-plus/lexilla/test/examples/hypertext/Issue250RegEx.html

6 lines
85 B
HTML

<script>
/a|b/i.test("baby");
// arrow function
() => /a|b/i.test("baby");
</script>