On 14/7/2006, at 16:22, David Clark wrote:
I sent this a few weeks ago and got no response... does my question make any sense at all?
It’s feasible to do a widget to create search’n’replace commands, but a replace macro doesn’t theoretically translate exactly to a command -- so better to just learn how to do it from a command if you need this a lot.
For the records, that would be something like: perl -pe 's/«regexp»/«replacement»/'.