Community
    • Login

    Extracting email addresses

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    2 Posts 2 Posters 2.5k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Tim PeekT
      Tim Peek
      last edited by

      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.

      Claudia FrankC 1 Reply Last reply Reply Quote 0
      • Claudia FrankC
        Claudia Frank @Tim Peek
        last edited by Claudia Frank

        @Tim-Peek

        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:

        \1
        

        Cheers
        Claudia

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors