MCPcopy
hub / github.com/Jack-Lee-Hiter/AlgorithmsByPython / reTest.py

File reTest.py

regularExpression/reTest.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1str1 = 'test python'
2# 未使用正则表达式的查找
3print(str1.find('1'))
4print(str1.find('test'))

Callers

nothing calls this directly

Calls 2

matchMethod · 0.80
groupMethod · 0.80

Tested by

no test coverage detected