Skip to content

Instantly share code, notes, and snippets.

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