6
I'm trying to transform a rather long sequence of values to a different format, using emacs' replace-regex command. There are more than 9 values to extract, so the \1 - \9 back references are not enough.
How can I back reference more than 9 capture groups in emacs? Can named groups be used? If so, how?