Re.findall() & Re.finditer()

  • + 2 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 ?