Source code

Revision control

Copy as Markdown

Other Tools

let src = "(?=g)" + "()?".repeat(32767);
try {
"".match(src);
} catch {}