Python 正則表達式經常使用

Python 正則表達式經常使用 #!/usr/bin/python # -*- coding: UTF-8 -*- import re sentence1 = "他說他是在2019-01-01實施的計劃,但實際上他是2019-01-02,也能夠說20190102" FindAll1 = re.compile('\d+-\d+-\d+').findall(sentence1) #['2019-
相關文章
相關標籤/搜索