in reply to replace \n with space to join indented lines

lookup the /s modifier
  • Comment on Re: replace \n with space to join indented lines

Replies are listed 'Best First'.
Re^2: replace \n with space to join indented lines
by olivier (Initiate) on Dec 05, 2006 at 13:15 UTC
    Thanks for this. I did try the /s modifier, but it did not work either. My understanding is that it treat the whole lot as a single line and that's probably why it was not working.