#26048
Mr KT
Participant

Yes please, can I second this request. Also, if at all possible, if named groups could be used as named backreferences for replace, that would be fantastic.

e.g. (Just a simple example but: ideally extended to more than 9 capture groups)

Find: (?<day>\d\d)(?<month>\d\d)(?<year>\d\d\d\d)

Replace: \k<year>\k<month>\k<day>