正则re.complie作用

 

封装一个原本重复使用的正则表达式

prog = re.compile(pattern)
result = prog.match(string)

 

posted @ 2019-07-15 17:56  anobscureretreat  阅读(812)  评论(0编辑  收藏  举报