Skip to content

Instantly share code, notes, and snippets.

@WittmannF
Created June 1, 2020 00:37
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 WittmannF/464f9fef46915e16d955077c42d8b028 to your computer and use it in GitHub Desktop.
Save WittmannF/464f9fef46915e16d955077c42d8b028 to your computer and use it in GitHub Desktop.
import re
PATTERN = '(.*), (.*) - (.*): [bB]om dia'
db = re.findall(PATTERN, txt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment