(experimental) "finditer" method/function. this works pretty much
like findall, but returns an iterator (which returns match objects) instead of a list of strings/tuples.
Showing
Please register or sign in to comment
like findall, but returns an iterator (which returns match objects) instead of a list of strings/tuples.