正則表達式匹配數字

pattern = re.compile (r'\d+') # 查找數字
l = pattern.findall (i)ide

相關文章
相關標籤/搜索