python正则表达式(re模块)的使用详解 python正则表达式(re模块)的使用详解目录前言re.match函数匹配单个字符匹配多个字符匹配开头结尾匹配分组re.compile 函数re.search函数