1 min readMay 27, 2019
In Elixir, strings are binaries under the hood (collections of bits divisible by 8), so is_binary/1 will return false if the input is not a valid string
In Elixir, strings are binaries under the hood (collections of bits divisible by 8), so is_binary/1 will return false if the input is not a valid string