Skip to content

Instantly share code, notes, and snippets.

@Tombarr
Created January 8, 2019 01:33
Show Gist options
  • Save Tombarr/f6406fe4a45a0dd78fa5a9673d890a04 to your computer and use it in GitHub Desktop.
Save Tombarr/f6406fe4a45a0dd78fa5a9673d890a04 to your computer and use it in GitHub Desktop.
Inline pipe operator in Elixir
"war" |> String.upcase |> String.split("") |> Enum.reverse |> Enum.join("")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment