對於Python 來說,可以使用re 正則表達式,來幫助我們完成上面的工作。 string_rule = r"\d\d\d" rule = re.complie(string_rule ) results ...
確定! 回上一頁