Skip to content

Instantly share code, notes, and snippets.

@Erreinion
Created July 30, 2013 23:19
Show Gist options
  • Save Erreinion/6117932 to your computer and use it in GitHub Desktop.
Save Erreinion/6117932 to your computer and use it in GitHub Desktop.
Get username from email address: use split
foo = "john@example.com"
foo.split('@')[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment