Following code returns needed sublist
myList: ("ab";"bc";"cd","de");
myList where myList like "*b*"
As you have mentioned
myList like "*b*"
returns boolean list 1100
where 1100
returns list of indices with true value: 0, 1
myList 0 1
returns first two elements of myList
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…