regex.finditer(string[, pos[, endpos]])
Similar to the finditer()
function, using the compiled pattern, but also accepts optional pos and endpos parameters that limit the search region like for match()
.
regex.finditer(string[, pos[, endpos]])
Similar to the finditer()
function, using the compiled pattern, but also accepts optional pos and endpos parameters that limit the search region like for match()
.
Please login to continue.