Skip to content

Instantly share code, notes, and snippets.

@mactkg
Created August 1, 2011 02:38
Show Gist options
  • Save mactkg/1117488 to your computer and use it in GitHub Desktop.
Save mactkg/1117488 to your computer and use it in GitHub Desktop.
import re
hoge = "1,2, 3,4 ,5"
str = re.sub(" ","",hoge).split(",",)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment