python正则表达式实例

好的,这里有一些Python正则表达式的实例:**实例一:匹配电子邮件地址**```pythonimport repattern = r^[a-zA-Z0-9_ +-]+@[a-zA-Z0-9-]