📜  py 字符串查找正则表达式 pos - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:40.558000             🧑  作者: Mango

代码示例1
import re
re.search('o{3}', 'Python is slooow!').start()    # 12