python正则表达式匹配以zip和rar结尾的文件

zipFileRegex = re.compile( r'^.*\.(rar|RAR|zip|ZIP)$' )

你可能感兴趣的:(python正则表达式匹配以zip和rar结尾的文件)