码迷,mamicode.com
首页 > 编程语言 > 详细

python从任意文件读取邮件地址输出的代码

时间:2019-02-08 10:28:43      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:print   this   rip   读取   ever   邮件   throw   puts   put   

如下的资料是关于python从任意文件读取邮件地址输出的代码。
# This script takes whatever you throw at stdin and outputs email addresses.
# eg. python email_extractor.py < PythonFAQ.html
# This script can be used for whatever you want, EXCEPT SPAMMING !
import sys,re
print ‘n‘.join(re.findall(‘([w.-]+@[w.-]+)‘,sys.stdin.read()))




 

python从任意文件读取邮件地址输出的代码

标签:print   this   rip   读取   ever   邮件   throw   puts   put   

原文地址:https://www.cnblogs.com/yumiban/p/10355879.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!