02-re模块使用
Posted liuqi1221
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了02-re模块使用相关的知识,希望对你有一定的参考价值。
Python正则表达式之re模块使用
1.正则表达式模块:import re
2.第一个正则表达式:
re.compile(r‘imooc‘) pattern.match(‘imooc python‘)
r‘imooc’ -> Pattern -> Match -> Result
以上是关于02-re模块使用的主要内容,如果未能解决你的问题,请参考以下文章
爬虫学习 ----- 第二章 爬取静态网站 ---------- 02 . re 模块学习 ---- 爬取豆瓣top250