IntelliJ Elixir v12.0.0 Custom eLearning Application in Elixir – why is worth it? Real-life projects examples

name_case - Correctly case a person's name

iex(1)> NameCase.nc("LOUIS XIV")
"Louis XIV"

iex(2)> NameCase.nc("O'CALLAGHAN")
"O'Callaghan"

https://github.com/dre1080/name_case