Which pattern matches a string containing either "Java" or "Kotlin"?
[JavaKotlin]
Java|Kotlin
(Java)^(Kotlin)
Java&Kotlin