python正则表达式匹配日期格式_Python正则表达式匹配日期与时间的方法
下面给大家介绍下Python正则表达式匹配日期与时间#!/usr/bin/env python# -*- coding: utf-8 -*-__author__ = 'Randy'import refrom datetime import datetimetest_date = '他的生日是2016-12-12 14:34,是个可爱的小宝贝.二宝的生日是2016-12-21 11:34,好可爱的....