I'm using Notepad++ and basically I want to find all blank lines that don't contain text using Notepad++ regex. I know that there is a simpler way of doing this by using 'textfx,' but I'm looking for an expression to do this. Here is an example below with the symbols shown.
< ?php **CRLF**
**CRLF** *<- REMOVE THIS*
$xxx = $_POST['xxx'];**CRLF**
$xxx = $_POST['xxx'];**CRLF**
$xxx = $_POST['xxx'];**CRLF**
**CRLF** *<- REMOVE THIS*
**CRLF** *<- REMOVE THIS*
if ($xxx)**CRLF**
{**CRLF**