What is the result of the following code using the infix function?
fun main() {
println("Hi, Kotlin" matches ".*Kotlin".toRegex() xor ("Kotlin".length > 4))
}What is the result of the following code using the infix function?
fun main() {
println("Hi, Kotlin" matches ".*Kotlin".toRegex() xor ("Kotlin".length > 4))
}Create a free account to access the full topic