Skip to content

Instantly share code, notes, and snippets.

@esthercamilo
Created September 11, 2018 20:42
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 esthercamilo/82a3b70c32be243ffd40d9380e02dd8a to your computer and use it in GitHub Desktop.
Save esthercamilo/82a3b70c32be243ffd40d9380e02dd8a to your computer and use it in GitHub Desktop.
import re
p = re.compile('a')
m = p.match("amor")
print(m.group())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment