It might be nice to have a sed equivalent for replacing text with regular expressions, especially one that can do transformations in-place. PCRE can do substitutions, it's just that sed is more than just substitutions, it's a whole stream editor in general. Would be cool, but a lot of work and not a priority.
It might be nice to have a
sedequivalent for replacing text with regular expressions, especially one that can do transformations in-place. PCRE can do substitutions, it's just thatsedis more than just substitutions, it's a whole stream editor in general. Would be cool, but a lot of work and not a priority.