Skip to content

Instantly share code, notes, and snippets.

@ahmetabdi
Created July 17, 2018 14:07
Show Gist options
  • Save ahmetabdi/f64520e2c2be43de75857e21a80c4224 to your computer and use it in GitHub Desktop.
Save ahmetabdi/f64520e2c2be43de75857e21a80c4224 to your computer and use it in GitHub Desktop.
"Elixir rocks" |> String.upcase() |> String.split()
=> ["ELIXIR", "ROCKS"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment