python 正则匹配字符串里面的字符

 

import re
x=re.findall(r'\bf[a-z]*', 'which foot or hand fell fastest')
print(x)

 

posted @ 2018-11-22 20:29  anobscureretreat  阅读(1404)  评论(0编辑  收藏  举报