С
Size: a a a
С
F
DE
arr.map(String).filter((str) => str.startsWith('1') || str.startsWith('2') || str.startsWith('5'))
DE
arr.map(String).filter((str) => str.match(/^(?:1|2|5)/))
JS
arr.map(String).filter((str) => str.match(/^(?:1|2|5)/))
DE
Ai
DE
Ai
DE
DE
Ai
DE
Ai
Ai
Ai
AK
AK
Q
Ai