Skip to content

Instantly share code, notes, and snippets.

@esthercamilo
Created September 11, 2018 20:52
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/1ace3fdfd73d6b8baff6d360ba13e568 to your computer and use it in GitHub Desktop.
Save esthercamilo/1ace3fdfd73d6b8baff6d360ba13e568 to your computer and use it in GitHub Desktop.
import re
p = re.compile('\d')
m = re.findall(p,"am2mor57")
print(m)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment