Elixir Streams |> 😎 A cool use of Elixir's `String.split/2` I didn't know about
Love having these tricks up my sleeve for when I need them.
This one is helpful when you have a string with two delimiters, and you want to get what’s inside of them.
👉 Elixir Streams |> 😎 A cool use of Elixir’s String.split/2
I didn’t know about
Read next Elixir Streams |> LiveView's Automatic Form Recovery ⚡️