Languages
[Edit]
EN

Remove duplicated rows in notepad++

3 points
Created by:
Iona
415

1. Steps with how to remove duplicated rows in notepad++

  • Open notepad++
  • Go to 'Replace window' (ctrl + H)
  • In Search Mode select 'Regular expression' radio button
  • Enter in input Find what below regex:
    ^(.*)(\r?\n\1)+$
  • Enter in input Replace with below line:
    $1
  • Click on Replace All button

  • Result before:
    abc
    abc
    unique line
    123
    123
  • Result after:
    abc
    unique line
    123

2. Screenshot with steps

Screenshot with steps of how to remove duplicated rows in notepad++ - https://dirask.com/q/BDnkXp
Screenshot with steps

3. Screenshot with results of this post

Screenshot with results of how to remove duplicated rows in notepad++ - https://dirask.com/q/BDnkXp
Screenshot with results of this post
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.

Notepad++

Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join