python自测——正则表达式

正则表达式

88.使用正则表达式匹配出<html><h1>www.baidu.com</html>中的地址
a="张明 98 分",用 re.sub,将 98 替换为 100
89.正则表达式匹配中(.*)和(.*?)匹配区别?
90.写一段匹配邮箱的正则表达式

原文地址:https://www.cnblogs.com/98ZHANG/p/11331958.html