I knew that "contains" will check whether a sequence contains ALL elements of another sequence.I want to know:
Is there any simple way to check whether a sequence contains any element of another sequence?
Update: I don't want to check whether A contains ALL elements of B,but any ONE element of B.