In Notepad++, how can I remove all entries that have the following structure.
BEGIN:VCARD
VERSION:2.1
EMAIL;INTERNET:example@example.com
END:VCARD
Note: that example@example.com
could be any email address.
I've exported a whole file of contacts in vcf format, and would like to remove the ones that have only EMAIL addresses without any phone number (like seen above).
Is there a way to do this in Notepad++? Maybe by using the Regex Search and Replace feature?