fun anyContains(target: String, vararg items: String): Boolean
Test target contains any condition of items
target
items
target -
items -
Return