Determine if List of Strings contains substring of all Strings in other list

后端 未结 0 908
忘了有多久
忘了有多久 2021-01-30 14:19

I have this situation:

val a = listOf("wwfooww", "qqbarooo", "ttbazi")
val b = listOf("foo", "bar")
相关标签:
回答
  • 消灭零回复
提交回复
热议问题