Search code examples
notepad++

Convert rows into columns using (Notepad++)


I am trying to convert domain name extensions rows to columns

|.ac
|.ad
|.af
|.ag
|.ai

TO

|.ac|.ad|.af|.ag|.ai

Solution

  • Just replace linebreak by nothing:

    • Find what: \R
    • Replace with: NOTHING