Posts by Lelouch • 3 points
1 post
-
0
votes1
answer24
viewsQ: How to check if a phrase/string contains words from a list in Kotlin
I’m having trouble with the operator in, when I have only one operating i can easily verify if a certain word is contained in a list, for example: fun main(){ val cores = listOf( "branco", "azul",…