DEV Community

Discussion on: Untitled Developer Game

Collapse
 
dmfay profile image
Dian Fay

Try running it against a short text corpus:

const alpha = beta + gamma;
let delta = epsilon + zeta;
exports.result = alpha + delta;

Much the same effect could be achieved without the capturing group but it wouldn't be quite as sneaky.