Is there an easy way (besides filter list) to separate a collection into multiple collections based on keywords in the element identifier? I.e. if I have the following element identifiers in my collection
Pos_1,Pos_2,Neg_1,Neg_2,Ctrl_1,Ctrl_2
Is there some tool or method that allows me to create three new collections with the following:
Collection 1: Pos_1, Pos_2
Collection 2: Neg_1, Neg_2
Collection 3: Ctrl_1,Ctrl_2
Thanks,
Hok Hei Tam