Created
June 1, 2020 00:37
-
-
Save WittmannF/464f9fef46915e16d955077c42d8b028 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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