Strings | Video: Free Introduction to Scala 3 Course
Briefly

Strings are enclosed in double or triple-quotes, immutable, and can be treated as a Seq[Char].
Common methods include length, capitalize, toUpperCase, take, drop, startsWith, endsWith, distinct, intersect.
Read at Alvinalexander
[
]
[
|
]