RE: Remove blank lines

2004-02-19 Thread Jürgen Hauser
Thanks for replying. But it doesn't seem to work as expected. Either way, i will solve it otherwise, i will execute a script which will take care of it (all it takes is one line of code). Thanks again! At 00:28 19.02.2004, you wrote: I think that the following should do the trick:

RE: Remove blank lines

2004-02-18 Thread Josep del Río
I think that the following should do the trick: Where "\r\n[\s]*\r\n[\s]*\r\n" means 2 blank lines and " " means 1 blank line, so the maximum of blank lines will be 1.