I'll post it here first to see if I overlook something before deciding wether it's a bug or a 'missing feature'...
//var %r = blah, %x = $regsub(%r,(a),\13,%r) | echo -s result: %r
Does anyone know a way to have it return bla3h instead of blh?
More general: how to put a number immediately after a backreference in the substitution field?
Don't cheat by saying $regsub(%r,a,a3,%r) or the like, the given regex is an example
