RosettaCodeData/Task/Function-definition/Raku/function-definition-8.raku

2 lines
54 B
Raku

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