Binary Representation Of A String
Last updated
Was this helpful?
Last updated
Was this helpful?
A common trick in Elixir is to concatenate the null byte <<0>> to a string to see its inner binary representation.
A couple example of this can be seen in the following snippet of code: