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