2022年10月12日
摘要: 一、re.compile 函数 作用:compile 函数用于编译正则表达式,生成一个正则表达式( Pattern )对象,供 match() 和 search() 这两个函数使用。 案例:如何判断是正规的手机号 phone=''' weref234 16888888888 as13423423 w 阅读全文
posted @ 2022-10-12 13:57 小明谈Python 阅读(901) 评论(0) 推荐(0)