python正则表达式

re模块

  • compile
  • match search findall
  • group groups

正则表达式常用格式:

  字符:d w  . 

  次数:* + ? {m} {m,n}

原文地址:https://www.cnblogs.com/muzinan110/p/4928176.html