[PREV - STRING_OPS] [TOP]NEXT
S_POS_EG
But: what about the techniques I covered in the
talk about "s{ ... }{ ... pos ... }eg"?
I can convert s///g operations into a stack of
fixed-string find and replaces.
So, we would then:
o convert a string-with-text-properties into a string,
o run an "instrumented" s//pos/eg command on the string
o apply the recorded change-metadata to the stp
That's workable...
--------
[NEXT - WIPING_TP]