How-to articles, tricks, and solutions about SCALA
How to use java.String.format in Scala?
In Scala, you can use the format method of the String class to format strings in a way similar to the printf function in C.