Searched defs:finditer (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | re.py | 185 def finditer(pattern, string, flags=0): function |
/external/python/cpython3/Lib/ | ||
D | re.py | 243 def finditer(pattern, string, flags=0): function |