Scala offers an ability to enter multi-line strings literals
Scala offers a method called stripMargin that removes the left-hand part of a multiline string up to a specified delimiter (default: "|"). Here is an example:
It also preseves white space. Please see the following example:
Entering Multi-line strings
enter triple quots to envoke ability to enter multi-line strings.