1 line
54 B
Raku
1 line
54 B
Raku
@list.grep( *.substr(0,1).lc.match(/<[0..9 a..f]>/) )
|
@list.grep( *.substr(0,1).lc.match(/<[0..9 a..f]>/) )
|