I have around 2 million of rows need to find all the empty rows.
AKRAM AHMED
SSYED Aakram ahmed
(need to find this empty row)
james hetfield metallica
I have around 2 million of rows need to find all the empty rows.
AKRAM AHMED
SSYED Aakram ahmed
(need to find this empty row)
james hetfield metallica
Search for this regex : \\n\s*\\n
It will search for lines containing only white spaces or nothing.