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()
.
Designed by : w10schools
service@w10schools.com
Please login to continue.