Strings

Let’s learn about the properties of different types of strings in Elixir.

We’ve already covered one of our suggestions, to prefer strings for user-defined text and atoms for naming concepts in code. In this section, we’re going to dive a little deeper. Elixir’s strings have slightly different characteristics from maps or lists, and we should know about those subtle differences. Let’s talk a ...