代码

import re
p = re.compile('a')
print(p.match('a'))

a = re.compile('ca*t')
print(a.match('caaaaat'))

运行

最后修改:2019 年 10 月 03 日
如果觉得我的文章对你有用,请随意赞赏