Rauversion: the opensource platform for music communities built in Elixir has released version 0.5.0 Upgrading to Phoenix 1.7

TIL: Regex with name bindings

In Elixir, regular expressions can extract a lot of useful information. Using Regex and named_captures/3 function, we can parse the input data based on the prepared regex.

More on: https://bartoszgorka.com/regex-with-name-bindings