Skip to content

Instantly share code, notes, and snippets.

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