Closed randomra closed 8 years ago
This would be doable with a character (e.g. r) assigned to removal in the to part of the expression. It could expand as any other characters or classes.
r
to
E.g. change digits to their modulo 3 value while removing lowercase letters: Tdl0120120120r
T
0120120120r
Interesting idea. I might go with something else like _ instead of r, but I like it.
_
Implemented in be7294d.
This would be doable with a character (e.g.
r
) assigned to removal in theto
part of the expression. It could expand as any other characters or classes.E.g. change digits to their modulo 3 value while removing lowercase letters:
T
dl0120120120r