regex Notepad - xinshuaiqi/My_books GitHub Wiki
Delete every other line in notepad++
([^\n]*\n)[^\n]*\n
in the "Find what" box and $1 in the "Replace with" box.
Delete every other line in notepad++
([^\n]*\n)[^\n]*\n
in the "Find what" box and $1 in the "Replace with" box.