Find lines not starting with " in Notepad++

前端 未结 3 1443
北恋
北恋 2020-12-07 20:13

I try to verify a CSV file where we had problems with line breaks.

I want to find all lines not starting with a \".

I am trying with /!^\"

3条回答
  •  时光取名叫无心
    2020-12-07 20:58

    Step 1 - Match lines. Find dialog > Mark tab, you can bookmark lines that match.

    Step 2 - Remove lines bookmarked OR Remove lines not bookmarked. Search > Bookmark > Remove Unmarked Lines or Remove Bookmarked lines

提交回复
热议问题