本篇文章介紹Python 標準程式庫的re 模組。 ... findall(pattern, string, flags=0), 從string 中找到所有的pattern ,結果回傳所有pattern 的串列。
確定! 回上一頁