Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR ELIXIR

elixir string show inner binary

iex> “hello” <> <<0>>
# <<104, 101, 108, 108, 111, 0>>
 
PREVIOUS NEXT
Tagged: #elixir #string #show #binary
ADD COMMENT
Topic
Name
9+1 =