Quote:
|
Originally Posted by psili
Apologies.
How about a regular expression as you scan the file. It's ghey, but here's some sudo code;
emails = "";
foreach(line in file)
{
match('/(".*?" \<.*?\>/',line, matched);
emails .= matched[0]."\n";
}
-- granted my regular expression sucks, but the idea is there.
|
that's why I'm looking for that guy, he recommended a good 'find replace' kind of program, and I'm sure I can use to extract the emails
Something like: get all the text b/n < and >
because all the emails are in this format:
<
[email protected]>