Skip to content

Instantly share code, notes, and snippets.

@maniish-jaiin
Last active July 15, 2020 11:19
Show Gist options
  • Save maniish-jaiin/9cab49bff6dd355cd07a67dd59f2b3b4 to your computer and use it in GitHub Desktop.
Save maniish-jaiin/9cab49bff6dd355cd07a67dd59f2b3b4 to your computer and use it in GitHub Desktop.
public String[] getStringArray(String s) {
return s.split(" ");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment