Knol Sesssion: String Interpolation in Scala

Table of contents
Reading Time: < 1 minute

This presentation describes the String Interpolation in Scala and its different interpolator (s, f, and raw) to fomat the string in various way. String interpolation is the replacement of defined character sequences in the string by values or variable values. String interpolation was introduced by SIP-11, which contains all details of the implementation. String Interpolation allows users to embed variable references directly in processed string literals