with perlre it is possible to (back-)reference a capture group. Is this possible with this crate? Iwant to write regex like `r"(.)(.)\2\1"`. Thanks in advance, Silvio