Substitutions in matched patterns?



Hi,

what is the easiest way to do substitutions in matched strings.
For example I want to do s/ABC/DEF/g , but only if the ABC is between
braces.

Anton
.



Relevant Pages