{"id":2402,"date":"2020-07-02T18:41:49","date_gmt":"2020-07-02T18:41:49","guid":{"rendered":"http:\/\/galhano.com\/blog\/?p=2402"},"modified":"2026-01-20T10:39:17","modified_gmt":"2026-01-20T10:39:17","slug":"how-to-extract-email-addresses-from-a-text-file-using-notepad-with-no-coding-at-all","status":"publish","type":"post","link":"http:\/\/galhano.com\/blog\/?p=2402","title":{"rendered":"How to extract email addresses from a text file using notepad++ with no coding at all"},"content":{"rendered":"\n<p>How to extract email addresses from a text file using notepad+<\/p>\n\n\n\n<p>Given the following text file as input there are 3 easy steps to follow so that you can extract all email addresses contained inside the text.<br>\nText containing email addresses<br>\nText containing email addresses<br>\n1st Step \u2013 Find email addresses using regex match<\/p>\n\n\n\n<p>Use the find &amp; replace feature of notepad++<\/p>\n\n\n\n<p>Find: (\\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+.[A-Za-z]{2,4}\\b)<br>\nReplace: \\r\\n$&amp;\\r\\n<\/p>\n\n\n\n<p>find&amp;replace<\/p>\n\n\n\n<p>this adds and new line before and after each email address.<br>\nEmail address in new line<br>\nEmail address in new line<br>\nStep 2 \u2013 Mark email addresses and bookmark lines<\/p>\n\n\n\n<p>Mark:  (\\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+.[A-Za-z]{2,4}\\b)<br>\nhave \u201cBookmark Line\u201d checked.<\/p>\n\n\n\n<p>bookmar-email-line<br>\nStep 3 \u2013 Remove unmarked lines<\/p>\n\n\n\n<p>Search > Bookmark > Remove Unmarked Lines<br> Remove unmarked lines in Notepad++<br><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>http:\/\/www.kniko.net\/how-to-extract-email-addresses-from-a-text-file-using-notepad-with-no-coding-at-all\/<br><\/p>\n","protected":false},"excerpt":{"rendered":"<p>How to extract email addresses from a text file using notepad+ Given the following text file as input there are 3 easy steps to follow so that you can extract all email addresses contained inside the text. Text containing email addresses Text containing email addresses 1st Step \u2013 Find email addresses using regex match Use [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[14,42],"tags":[],"class_list":["post-2402","post","type-post","status-publish","format-standard","hentry","category-tutorials","category-utils","author-admin"],"_links":{"self":[{"href":"http:\/\/galhano.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/2402","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/galhano.com\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/galhano.com\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/galhano.com\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/galhano.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2402"}],"version-history":[{"count":1,"href":"http:\/\/galhano.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/2402\/revisions"}],"predecessor-version":[{"id":2403,"href":"http:\/\/galhano.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/2402\/revisions\/2403"}],"wp:attachment":[{"href":"http:\/\/galhano.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2402"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/galhano.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2402"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/galhano.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2402"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}