Navigation

    Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Extracting email addresses

    Help wanted · · · – – – · · ·
    2
    2
    1907
    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 Peek
      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 Frank 1 Reply Last reply Reply Quote 0
      • Claudia Frank
        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
        Copyright © 2014 NodeBB Forums | Contributors