Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ stdlib_re.py
File
stdlib_re.py
extra_tests/snippets/stdlib_re.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
re
2
3
haystack =
"Hello world"
4
needle =
"ello"
Callers
nothing calls this directly
Calls
14
isinstance
Function · 0.85
escape
Method · 0.80
span
Method · 0.80
fullmatch
Method · 0.80
groupdict
Method · 0.80
print
Function · 0.50
search
Method · 0.45
start
Method · 0.45
end
Method · 0.45
compile
Method · 0.45
sub
Method · 0.45
group
Method · 0.45
Tested by
no test coverage detected