Created
July 17, 2018 14:07
-
-
Save ahmetabdi/f64520e2c2be43de75857e21a80c4224 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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