常用模塊

常用模塊 re***** import re # \w 英文字母 數字 下劃線 _ a-z A-Z 0-9 word # print(re.findall('\w','[email protected]#_#@@!#')) # 與\w相反 只要是大寫字符 就是與小寫字符相反的意思 # print(re.findall('\W','[email protected]#_#@@!#')) #匹配數字
相關文章
相關標籤/搜索