Shabbir Panjesha
Shabbir Panjesha

Reputation: 1939

Replace regex for Notepad++

enter image description here

Tried using regular expression feature in notepad++. But since i am not used to it cant find any solution. I have huge file and dont wanna do it manually. Any help would be appreciated.

Upvotes: 0

Views: 42

Answers (1)

54l3d
54l3d

Reputation: 3973

You have to use a group, specify them by "()" then use it again by "\n", if there more than one group, use them as they appear in the regex: \1, \2 ... and so on

regex in notepad++

Upvotes: 1

Related Questions