Skip to content

Instantly share code, notes, and snippets.

@harrisonbrock
Created January 13, 2020 02:25
Show Gist options
  • Save harrisonbrock/2ec5202ac96783a95f937112ad68952b to your computer and use it in GitHub Desktop.
Save harrisonbrock/2ec5202ac96783a95f937112ad68952b to your computer and use it in GitHub Desktop.
// Split String By Comma
String[] colors = "red,yellow,green,blue".split(",");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment