标签: python regex
我正在尝试从nd_OnePur_facts20180712_1514.tgz
nd_OnePur_facts20180712_1514.tgz
我尝试了以下代码来拆分字符串并访问元素。我正在寻找正则表达式来提取日期
str="nd_OnePurchasing_dims20180712_1200.tgz" str2=re.split("(_)+", str)