On Fri, 2002-05-17 at 09:00, Chris Allen wrote:
And it will replace: I use Windows
with: I now use Linux (all one line)
If you use the RE: s/I(\s+)use(\s+)Windows/I\1now use\2Linux/g then the spacing between 'I' and 'use' will be put between 'I' and 'now use'. Similarly for the next bit.
Alexis