On Oct 23, 2007, at 10:56 AM, Ronald J Kimball wrote:
On Tue, Oct 23, 2007 at 10:48:49AM -0400, Mike Morton wrote:
Formatted exactly like that (love data conversion!!!!) - I need to
extract
email address only out of all of these records - anywhere from
100-500 per
page.
Is there some sort of script or forumla that I can run in BBEdit
that will
extract these emails? Short of that, how do I get them identified
for a
quick copy and paste? I am looking in excess of 5000 records in
total - so
hand bombing through is really not a good option...
Any suggestions?
Try using Process Lines Containing, matching @.
Or, if you only want the *valid* e-mail addresses, you could use
process lines containing with Grep and match one of the e-mail
validator RegEX's, such as this one:
^[a-z0-9\._-]+\@([a-z0-9][a-z0-9-]*[a-z0-9]\.)+([a-z]+\.)?([a-z]+)$
--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to: <[EMAIL PROTECTED]>