Last active
October 14, 2017 02:57
-
-
Save insightcoder/4289cf306a1b21cc84f590f66eea4e77 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
r'# Person \d+.*?(?=# Person \d+)' |
This file contains hidden or 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
'# Person 1\nName: Frodo\nDOB: 9/22/2968\nFavorite Food: Mushroom Pizza\n' | |
'# Person 2\nName: Samwise\nDOB: 4/6/2980\nFavorite Food: Lembas with Queso\n' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment