Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 4 of 4

Thread: Split Emails

  1. #1
    Join Date
    Dec 2006
    Posts
    6

    Smile Split Emails

    How can i split email adresses from text file or string for example this is a string which contans many email adresses.

    "first email is 1@site.com ,second is 2@site.com and the third is 3@site.com and we can suppose there are many other words"

    i want to split emails from this paragraph to have this result :


    1@site.com
    2@site.com
    3@site.com

    thank you!

  2. #2
    Join Date
    Aug 2004
    Location
    Somewhere in Texas, USA
    Posts
    417
    Try this...from the help file

    This is assuming they are delimited in some way. In this case a ","
    Attached Files
    Last edited by mwreyf1; 04-23-2008 at 09:11 PM.

  3. #3
    Join Date
    Dec 2007
    Location
    Missouri, United States
    Posts
    476
    use regex =p its included in lua or search forums for my free regxmatch dll

  4. #4
    Join Date
    Feb 2001
    Location
    Indigo Rose Software
    Posts
    2,728


    --[[ Indigo Rose Software Developer ]]

Similar Threads

  1. Sending emails with attachments using default client...
    By Protocol in forum AutoPlay Media Studio 7.5
    Replies: 0
    Last Post: 03-24-2008, 12:15 AM
  2. how can i split a strins (text)?
    By lnd in forum AutoPlay Media Studio 6.0
    Replies: 2
    Last Post: 12-02-2006, 10:29 AM
  3. get line from text file and split the text to
    By lnd in forum AutoPlay Media Studio 6.0
    Replies: 6
    Last Post: 09-16-2006, 10:58 AM
  4. Split project to 2 CD's
    By GalacTekM in forum AutoPlay Media Studio 6.0
    Replies: 1
    Last Post: 08-22-2006, 10:25 AM
  5. using ams5 to receive emails
    By cgirolet in forum AutoPlay Media Studio 5.0
    Replies: 1
    Last Post: 01-08-2004, 06:27 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts