Skip to content

Instantly share code, notes, and snippets.

@bamboo
Created April 11, 2012 15:00
Show Gist options
  • Save bamboo/2359883 to your computer and use it in GitHub Desktop.
Save bamboo/2359883 to your computer and use it in GitHub Desktop.
elements, separator = argv
entries = elements.Split((separator,), System.StringSplitOptions.RemoveEmptyEntries)
for e in entries: print e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment