Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Extract email address from line

From: ammon:johnson:gmai:l at: 6-Apr-2005 11:14

foreach line read/lines %log-file.txt [ email: find line "@" if email [return copy/part find/reverse email " " find email " "] ] That should catch the majority of the cases... HTH!! ~~Ammon ;~> On Apr 6, 2005 10:54 AM, Stuart Hunter <[shuntera--gmail--com]> wrote: