Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidblewett/rure-python
/ finditer
Function
finditer
rure/__init__.py:47–48 ·
view source on GitHub ↗
(pattern, string, flags=0, **options)
Source
from the content-addressed store, hash-verified
45
46
47
def
finditer(pattern, string, flags=0, **options):
48
return
RegexObject(pattern, flags=flags, **options).finditer(string)
Callers
nothing calls this directly
Calls
2
RegexObject
Class · 0.90
finditer
Method · 0.80
Tested by
no test coverage detected