阅读背景:

python正则表达式学习 findall

来源:互联网 
!-- flowchart 箭头图标 勿删 --
import re

text = 'to to to how are you a to to'

result = re.findall('to', text)

print(result)
import re



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: