正則表達式的語法(三)

import re ma=re.match(r'^[\w]{4,10}@163.com$’,‘[email protected]’) ma.group() 返回爲[email protected] import re  ma=re.match(r' [\w]{4,6}@(163|126).com','[email protected]') ma.group() 返回爲xxx.163.com
相關文章
相關標籤/搜索