Skip to content

Instantly share code, notes, and snippets.

@sposterkil
Created September 1, 2013 19:18
Show Gist options
  • Save sposterkil/6406621 to your computer and use it in GitHub Desktop.
Save sposterkil/6406621 to your computer and use it in GitHub Desktop.
Twoliner of "here's what my regex is doing"
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