alostpacket
when ("hello") { in Regex("h*llo") -> println("Regex") in Substring("ello") -> println("Substring") }