Can you explain what String Interpolation in Elixir is?

devquora
devquora

Posted On: Feb 22, 2018

 

In elixir, a way that is used to construct a new String value is called String Interpolation and the code is wrapped within the curly braces and ‘#’ symbol.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Elixir Interview Questions

    What is Elixir and who developed it?

    It is a dynamic and functional language which is designed to build maintainable and scalable applications.It was develo..

    Elixir Interview Questions

    What is the stable version of Elixir and which platform is used to run Elixir?

    v1.7 is the stable version of Elixir and it was released on 1st of August, 2017. Erlang Virtual machine (BEAM) platform..

    Elixir Interview Questions

    Mention the feature of Elixir?

    Elixir has many features that attract the application developers, some of them are following: Fault of tolerance Build ..