In traditional sed, `&` refers to the entire match. Only the `\0` backreference is implemented in circa's sed module.
In traditional sed,
&refers to the entire match. Only the\0backreference is implemented in circa's sed module.