Advertisement
NonplayerCharacter

Regex | Find duplicate lines

Mar 4th, 2019
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // In Notepad++, find this, replace with nothing to remove duplicate lines:
  2. ^(.*?)$\s+?^(?=.*^\1$)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement