Resources Scala Connections Slang provides a limited form of Scala’s pattern matching. For documentation on full Scala pattern matching, see the links below. Scala pattern matching Quick Tour (easy going example-based presentation) Additional examples of Scala pattern matching match-case expressions by Alvin Alexander Scala 2.13 reference manual (detailed technical info) for pattern matching