I have a list like:
asd@asd
abcdefgh
abcde@fgh
ijklmnop
I want to remove all lines without the symbol @
. The result should be:
asd@asd
abcde@fgh
Can this be done in Notepad++, and if so, how?
Try looking for:
^[^@]*$
and replacing with an empty string.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With