Skip to content

Instantly share code, notes, and snippets.

@mschnitzer
Created July 28, 2015 10:02
Show Gist options
  • Save mschnitzer/ac0aa212fb1111372d0c to your computer and use it in GitHub Desktop.
Save mschnitzer/ac0aa212fb1111372d0c to your computer and use it in GitHub Desktop.
r = re.compile('\{(?P<name>[a-zA-Z0-9]+\.[a-zA-Z0-9]+)\}')
@mschnitzer
Copy link
Author

regexp {(?:[^\{]|^){\w+\.\w+}} $string

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment