python正则匹配*号 金融小白数据分析之路 2022-09-05 61 阅读1分钟 在正则匹配*中运到的坑,需要加入. #小案例 import re name='规格45*45' print(re.findall('45.*45',name))