Source code

Revision control

Copy as Markdown

Other Tools

var src = "(.?)".repeat(65536);
try {
"".match(src);
} catch {}