RosettaCodeData/Task/Function-definition/Perl-6/function-definition-8.pl6

2 lines
54 B
Raku

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