[PREV - POSITIVELY_HUH] [TOP]NEXT
Experimentally: pos does work in this context
(thankfully, considering the title of this talk):
s{ ... }{ ... pos ... }eg
But:
o It points to the position where the match began,
not where it "left off".
o The character numbering isn't revised as the
substitution progresses.
--------
[NEXT - CODE_EXAMPLE]