Python 正则

注意事项

 

示例

 p = re.compile('<a.*a>')
 result = p.findall(strToSearch)
 print(result)

 

文档

http://bbs.fishc.com/thread-57691-1-1.html

posted @ 2016-02-06 23:32  baaingSheep  阅读(140)  评论(0编辑  收藏  举报