I have a file that I need to reformat and remove \"extra\" blank lines.
I am using the Perl syntax regular expression search and replace functionality of UltraEdit a
Replacing
\n\s*\n\s*
with
\n\n
should do the trick