Removing Everything But Email Address
Posted: Tue Nov 15, 2005 3:36 pm
Hello Everyone.
I need to figure out how to remove everything from a file while keeping only the email addresses. For example, my original file looks like this:
----------------------
test test test email@email.com blah blah
blah blah blah blah blah blah blah blah
blah blah blah blah test@test.com blah blah blah blah
----------------------
The end result needs to filter everything but the email addresses, like this:
----------------------
email@email.com
test@test.com
----------------------
What is the best way to do this?
Thanks!
I need to figure out how to remove everything from a file while keeping only the email addresses. For example, my original file looks like this:
----------------------
test test test email@email.com blah blah
blah blah blah blah blah blah blah blah
blah blah blah blah test@test.com blah blah blah blah
----------------------
The end result needs to filter everything but the email addresses, like this:
----------------------
email@email.com
test@test.com
----------------------
What is the best way to do this?
Thanks!