标签:python class findall 匹配 数字 dal pre highlight 正则
item_weight = ‘1.8 inches‘ weight_re = re.findall(r‘([1-9]\d*.\d*|0.\d*[1-9]\d*|\d+) ([a-z\s]*)‘, item_weight)
标签:python class findall 匹配 数字 dal pre highlight 正则
原文地址:https://www.cnblogs.com/fh-fendou/p/9322751.html