Introduction String Interpolation refers to substitution of defined variables or expressions in a given String with respected values. String Interpolation allows users to embed variable references directly in processed string literals.. read more…
Like this:
Like Loading...
Continue Reading
Scala String Interpolation
Introduction String Interpolation refers to substitution of defined variables or expressions in a given String with respected values. String Interpolation allows users to embed variable references directly in processed string literals.. read more…
Share this:
Like this:
Continue Reading
Multiline Strings in Scala
You want to create multiline strings within your Scala source code, like you can with the heredoc syntax of other languages and help in escaping quotes and other symbols. A heredoc is a way. read more…
Share this:
Like this:
Continue Reading