I read different methods of strings in elixir.
Converting strings into different types e.t.c
Is it possible that we remove double quotes from a string?
lets suppose we have a string "inner_join"
and i want to remove the double quotes to make it like this inner_join
.
Is it possible?