> Anyone know a way to remove/delete al blank/empty lines?
If you mean truly empty lines, replace \r+ with \r.
If you mean lines with only white space, replace \r\s*\r with \r