Created
September 1, 2013 19:18
-
-
Save sposterkil/6406621 to your computer and use it in GitHub Desktop.
Twoliner of "here's what my regex is doing"
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
regex="[^,. ]{1,3}" | |
re.findall(regex,string) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment