Elixir Strings

[Solved] Elixir Strings | Elixir - Code Explorer | yomemimo.com
Question : elixir strings

Answered by : thankful-toucan-ba1slyzddmsk

iex>string = "this is a string"
You can also use ? to get the code point in front of a car literal
iex> ?a
97
More info:
https://elixir-lang.org/getting-started/binaries-strings-and-char-lists.html

Source : https://elixir-lang.org/getting-started/binaries-strings-and-char-lists.html | Last Update : Mon, 09 May 22

Answers related to elixir strings

Code Explorer Popular Question For Elixir