Want to learn?
Elixir Course Online | Prograils - Software Development Company
Strings exercises
Exercises
Declare string and char list using:
- single and double quotes syntax,
- sygils.
Declare
first_name
andlast_name
variables. Print these values as a greeter "Hi! I am User Example" (where User isfirst_name
and Example islast_name
), using:- interpolation,
- concatenation.
Play around in
IEx
with String module functions.