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

 

相关文章: