match方法的认识

一、match从开头匹配

  • 1、使用案例

    print(re.match('www', 'www.runoob.com'))
    # 忽视大小写
    print(re.match('wwW', 'www.runoob.com', re.IGNORECASE))
    

results matching ""

    No results matching ""