Skip to content

Instantly share code, notes, and snippets.

@otknoy
Created January 27, 2015 02:40
Show Gist options
  • Save otknoy/d5ac40898c4446fb73de to your computer and use it in GitHub Desktop.
Save otknoy/d5ac40898c4446fb73de to your computer and use it in GitHub Desktop.
Python で iterator の長さを取得する。
print sum(1 for _ in re.finditer(pattern, text))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment