NTOldTimer
Programmer
I have text files that get created with multible blank lines that I'd like to get rid of. I can use the regular expression ^$ to identify a blank line and delete them all but really I'd just like to delete blank lines only if there are two of them together. Is there a regular expression I can write that will identify two blank lines together and delete only one of them?