The right result of the code

Report a typo

What is the result of the following code using the infix function?

fun main() {
    println("Hi, Kotlin" matches ".*Kotlin".toRegex() xor ("Kotlin".length > 4))
}
Select one option from the list
___

Create a free account to access the full topic