Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
str1 =
'test python'
2
# 未使用正则表达式的查找
3
print(str1.find(
'1'
))
4
print(str1.find(
'test'
))
Callers
nothing calls this directly
Calls
2
match
Method · 0.80
group
Method · 0.80
Tested by
no test coverage detected