Extracting email addresses
-
I have several PDFs that contain email addresses with the @ symbol of course.
I have copied the text into NP++…What is the best method for extracting those emails from NotePad++? I can highlight and bookmark lines but cant figure out how to extract ONLY the email addresses.
-
Sure it is a pdf file? pdf files are not supposed to be edited by notepad++.
Anyway, if you have the file open and already stripped down to lines with email addresses only
use find dialog and regular expression checked
Find what:.*?(\w+@\w+\.\w+).*Replace with:
\1Cheers
Claudia
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login