Skip to content

Instantly share code, notes, and snippets.

@anossov
Created December 12, 2013 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anossov/7927031 to your computer and use it in GitHub Desktop.
Save anossov/7927031 to your computer and use it in GitHub Desktop.
re.DEBUG
In [87]: re.compile(r'[A-Z]{2,}(?:\s+[A-Z]{2,})+', re.DEBUG)
max_repeat 2 65535
in
range (65, 90)
max_repeat 1 65535
subpattern None
max_repeat 1 65535
in
category category_space
max_repeat 2 65535
in
range (65, 90)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment