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_nameandlast_namevariables. Print these values as a greeter "Hi! I am User Example" (where User isfirst_nameand Example islast_name), using:- interpolation,
- concatenation.
Play around in
IExwith String module functions.
