RE: Remove blank lines
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
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.