regex - How to remove lines which contain certain word/charater twice in notepad+ -


I want to know that we can remove all the lines in Notepad +, which repeat the specific letter or word in a single line it happens. / P>

I have a large text file for my problem and I want to remove all those lines that include the email address twice. You are not the only email id, but I just want to So I can remove all the notepad lines in which @ sign was included twice ... but without conclusion I do not know how to do this, can anyone tell me with the regex of this process Please also mention that

thanks

< P> The regex given below will match two lines containing two @ symbols, replace the matched wire with just an empty string, remove the same line.
  ^. *? @ *? @ * \ N?   



Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -