Hi Dunya
What would these functions do?
Cheers,
Louis
--
You received this message because you are subscribed to the Google Groups "elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elixir-lang-co...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/c2bda818-9913-4834-84c0-00fe40178bd6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
# String.swapcase/1"hELLO" = Tanga.swapcase("Hello")
# String.center/2
" hello " = String.center("hello", 20)
# String.center/3
"~~~~~~~hello~~~~~~~~~" = String.center("hello", 20, "~")