You are viewing a single comment's thread. Return to all comments →
what is the advantage of re.finditer() over re.findall(), isn't it like: Everything that re.finditer() can do can be done by re.findall() also ?
re.finditer()
re.findall()
Seems like cookies are disabled on this browser, please enable them to open this website
Re.findall() & Re.finditer()
You are viewing a single comment's thread. Return to all comments →
what is the advantage of
re.finditer()
overre.findall()
, isn't it like: Everything that re.finditer() can do can be done by re.findall() also ?