两点水

This commit is contained in:
347073565@qq.com
2017-12-26 11:14:36 +08:00
parent c7c4d7a559
commit 1a74b345e5
15 changed files with 799 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#!/usr/bin/env python3
# -*- coding: UTF-8 -*-
import re
a = '347073565'
# 边界匹配符
findall = re.findall('\d{6}565$', a)
print(findall)